We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebbb11 commit cfdf940Copy full SHA for cfdf940
js/scripts.js
@@ -911,8 +911,6 @@ var plugin_formcreator = new function() {
911
var lastSection = $('.plugin_formcreator_form_design[data-itemtype="PluginFormcreatorForm"] [data-itemtype="PluginFormcreatorSection"]').last();
912
lastSection.after(data);
913
sectionId = $('.plugin_formcreator_form_design[data-itemtype="PluginFormcreatorForm"] [data-itemtype="PluginFormcreatorSection"]').last().attr('data-id');
914
- plugin_formcreator.initGridStack(sectionId);
915
- plugin_formcreator.updateSectionControls();
916
that.resetTabs();
917
}).fail(function(data) {
918
alert(data.responseText);
0 commit comments