paypal voucher
fixed paypal vouchers. added round off function
This commit is contained in:
@@ -587,7 +587,7 @@
|
||||
<!-- jQuery 2.2.3 -->
|
||||
<script src="{{asset('/public/bower_components/AdminLTE/plugins/jQuery/jquery-2.2.3.min.js')}}"></script>
|
||||
<!-- jQuery UI 1.11.4 -->
|
||||
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
|
||||
<!-- Bootstrap 3.3.6 -->
|
||||
<script src="{{asset('/public/bower_components/AdminLTE/bootstrap/js/bootstrap.min.js')}}"></script>
|
||||
|
||||
@@ -761,16 +761,23 @@
|
||||
|
||||
|
||||
});
|
||||
$('.select2').select2();
|
||||
|
||||
var tr_sortable = $('#sortable');
|
||||
|
||||
|
||||
var item_list_sort = $('#item_list_sort');
|
||||
item_list_sort.sortable();
|
||||
item_list_sort.disableSelection();
|
||||
// setTimeout(function(){
|
||||
// item_list_sort.sortable("disable");
|
||||
// }, 500);
|
||||
|
||||
|
||||
tr_sortable.sortable({
|
||||
revert: 100,
|
||||
placeholder: 'placeholder'
|
||||
});
|
||||
|
||||
$('.select2').select2();
|
||||
|
||||
tr_sortable.disableSelection();
|
||||
|
||||
$('#btn_save_thumbnail_sorting').on('click', function(e) {
|
||||
|
||||
Reference in New Issue
Block a user