Skip to content

Commit

Permalink
#25 deleted debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterHans committed Jan 26, 2021
1 parent 1cdc95a commit d34ecf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/humhub/humhub.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ humhub.module('client', function (module, require, $) {
};

var serializeFormState = function ($form) {
// return $form.find('input, label, select, textarea, button, fieldset, legend, datalist, output, option, optgroup').not('[data-prevent-statechange]').serialize();
return $form.find('input, select, textarea').not('[data-prevent-statechange]').serialize();
};

Expand Down

0 comments on commit d34ecf7

Please sign in to comment.