mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Fix delete for most controllers (#721)
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
};
|
||||
|
||||
$.post = function() {
|
||||
post.call(this, arguments[0], $.extend(arguments[1], csrf_form_base()));
|
||||
arguments[1] = $.extend(arguments[1], csrf_form_base());
|
||||
post.apply(this, arguments);
|
||||
};
|
||||
|
||||
var setup_csrf_token = function() {
|
||||
|
||||
Reference in New Issue
Block a user