Merge branch 'develop' into feature/integrate-with-admin-pro

This commit is contained in:
Flavio Copes
2015-11-21 16:40:18 +01:00
41 changed files with 1264 additions and 119 deletions

View File

@@ -282,6 +282,8 @@
};
Form.prototype.submit = function(ajax) {
// TODO: workaround, need to rework forms
this.scanned = false; // force to rescan items
var action = this.form.attr('action') || document.location,
method = this.form.attr('method') || 'POST',
values = {};