Fix indentation issue

This commit is contained in:
FrancescoUK
2018-06-18 21:33:44 +01:00
committed by jekkos
parent 8f172e172b
commit 732e1a028b

View File

@@ -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();