PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
← All changes | assets/js/script-front-end.js +5 -3 3.9.9 → 4.0.3 View file →
@@ -8,11 +8,13 @@
8 8
9 9 })
10 10 }
11 11
12 - //scroll to top on success message
13 - if( jQuery("#wppb_form_general_message").length ){
14 - jQuery([document.documentElement, document.body]).animate({ scrollTop: jQuery("#wppb_form_general_message").offset().top }, 500);
12 + if( !window.wppb_disable_automatic_scrolling || window.wppb_disable_automatic_scrolling != 1 ){
13 + //scroll to top on success message
14 + if( jQuery("#wppb_form_general_message").length ){
15 + jQuery([document.documentElement, document.body]).animate({ scrollTop: jQuery("#wppb_form_general_message").offset().top }, 500);
16 + }
15 17 }
16 18
17 19 // Fix for Select2 search not focusing
18 20 jQuery(document).on('select2:open', function() {