Update pages.html
Browse files- pages.html +3 -1
pages.html
CHANGED
@@ -871,7 +871,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
871 |
}
|
872 |
});
|
873 |
|
874 |
-
|
875 |
</script>
|
876 |
|
877 |
<script>
|
@@ -1073,6 +1073,8 @@ editor.Blocks.add('menu-settings-block-block', {
|
|
1073 |
</script>
|
1074 |
|
1075 |
<script>
|
|
|
|
|
1076 |
// Get the modal
|
1077 |
var modal_1 = document.getElementById("myModal_1");
|
1078 |
|
|
|
871 |
}
|
872 |
});
|
873 |
|
874 |
+
|
875 |
</script>
|
876 |
|
877 |
<script>
|
|
|
1073 |
</script>
|
1074 |
|
1075 |
<script>
|
1076 |
+
var currentMaxZIndex = 20;
|
1077 |
+
|
1078 |
// Get the modal
|
1079 |
var modal_1 = document.getElementById("myModal_1");
|
1080 |
|