fixes on addresses
This commit is contained in:
@@ -25,18 +25,15 @@
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
|
||||
$('.active-checkbox').bootstrapToggle();
|
||||
$('.active-checkbox').off('change').on('change', function(e) {
|
||||
$('.active-checkbox').off().change(function(e) {
|
||||
var id = $('#id').val();
|
||||
// handleAdmin.toggle(id, $(this).prop('checked'));
|
||||
});
|
||||
|
||||
initChevron();
|
||||
initEditor();
|
||||
initSaveForm('#article-form');
|
||||
initSelect2();
|
||||
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
|
||||
Reference in New Issue
Block a user