From 2ccfca4bd4f7404afbaa07ad78e817df54d3a662 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Wed, 15 Jul 2015 13:13:44 +0200 Subject: [PATCH] feature #3748: Reflow range slider when the General tab is shown --- .../templates-tab/form-panels/create/wizard-tabs/general.js | 3 +++ 1 file changed, 3 insertions(+) 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();