Loading panels_ipe/js/panels_ipe.js +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ // Toggle the preview - We need to do this with drupalSettings as the // animation won't work if triggered by a form submit. It must occur after // the form is rendered. if (context.className === 'panels-ipe-block-plugin-form flip-container' if (context.id === 'panels-ipe-block-plugin-form-wrapper' && settings['panels_ipe']['toggle_preview']) { var $form = $('.ipe-block-form'); Loading Loading
panels_ipe/js/panels_ipe.js +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ // Toggle the preview - We need to do this with drupalSettings as the // animation won't work if triggered by a form submit. It must occur after // the form is rendered. if (context.className === 'panels-ipe-block-plugin-form flip-container' if (context.id === 'panels-ipe-block-plugin-form-wrapper' && settings['panels_ipe']['toggle_preview']) { var $form = $('.ipe-block-form'); Loading