f1208410 by Jeff Balicki

eeee

1 parent 03dd5fa7
...@@ -24,9 +24,9 @@ jQuery( document ).ready(function($) { ...@@ -24,9 +24,9 @@ jQuery( document ).ready(function($) {
24 }); 24 });
25 25
26 26
27 $('.wp-block-button__link').attr('tabindex', 0); 27 $('.wp-block-button__link').attr('tabindex', 0);
28 $('.cf7mls_btn').attr('tabindex', 0); 28 $('.cf7mls_btn').attr('tabindex', 0);
29 $('#Layer_1').appendTo('.n2-ss-slider-wrapper-inside'); 29 $('#Layer_1').appendTo('#desktop .n2-ss-slider-wrapper-inside');
30 $('#Layer_1').show(); 30 $('#Layer_1').show();
31 31
32 $(document).on("click","#register-here",function() { 32 $(document).on("click","#register-here",function() {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.30368 8 Version: 1.1.30369
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......