mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-18 13:28:32 -04:00
Fixed deleted spaces when searching items (#838)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="dist/style.css"/>
|
||||
<!-- end mincss template tags -->
|
||||
<!-- start minjs template tags -->
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=e149b9a4ba"></script>
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=78a3f0f5e6"></script>
|
||||
<!-- end minjs template tags -->
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
4
dist/opensourcepos.min.js
vendored
4
dist/opensourcepos.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -211,6 +211,7 @@
|
||||
onPageChange: load_success(options.onLoadSuccess),
|
||||
toolbar: '#toolbar',
|
||||
uniqueId: options.uniqueId || 'id',
|
||||
trimOnSearch: false,
|
||||
onCheck: enable_actions,
|
||||
onUncheck: enable_actions,
|
||||
onCheckAll: enable_actions,
|
||||
|
||||
Reference in New Issue
Block a user