diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general.js index 9d80227104..c943f4cfcf 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general.js @@ -78,6 +78,9 @@ define(function(require) { } function _setup(context) { + $(document).on('click', "[href='#" + this.wizardTabId + "']", function(){ + context.foundation('slider', 'reflow'); + }); context.on("change", "#LOGO", function() { $("#template_create_logo", context).show();