mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 02:21:10 -04:00
Fix indentation issue
This commit is contained in:
@@ -51,9 +51,9 @@
|
||||
$('input[name="<?php echo $this->security->get_csrf_token_name(); ?>"]').val(csrf_token());
|
||||
};
|
||||
|
||||
setup_csrf_token();
|
||||
setup_csrf_token();
|
||||
|
||||
var submit = $.fn.submit;
|
||||
var submit = $.fn.submit;
|
||||
|
||||
$.fn.submit = function() {
|
||||
setup_csrf_token();
|
||||
|
||||
Reference in New Issue
Block a user