Skip to content

Commit

Permalink
Revert #216 until bug can be fixed
Browse files Browse the repository at this point in the history
Fields are not saved if editor is off...
  • Loading branch information
JohnSmith-LT committed Mar 12, 2015
1 parent 7657d48 commit 07cbc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ var EDITOR = (function ($, parent) {
},


disableTextInputEditor = function (options) {
disableTextInputEditor = function (options) { return false;
var name = options.name.toLowerCase();
var type = options.options.type.toLowerCase();

Expand Down

0 comments on commit 07cbc22

Please sign in to comment.