diff --git a/plugins/SharedPreview/tmpl/shared_preview_strip.tmpl b/plugins/SharedPreview/tmpl/shared_preview_strip.tmpl index 4319de8..cb01ef0 100644 --- a/plugins/SharedPreview/tmpl/shared_preview_strip.tmpl +++ b/plugins/SharedPreview/tmpl/shared_preview_strip.tmpl @@ -198,7 +198,7 @@ }); - jQuery(window).resize(function() { + jQuery(window).on('resize', function() { frameResize(); });