Update pages.html
Browse files- pages.html +1 -1
pages.html
CHANGED
|
@@ -1077,7 +1077,7 @@ editor.Blocks.add('menu-settings-block-block', {
|
|
| 1077 |
var modal_1 = document.getElementById("myModal_1");
|
| 1078 |
|
| 1079 |
// Get the button that opens the modal
|
| 1080 |
-
var btn_1 = document.getElementById("
|
| 1081 |
|
| 1082 |
// Get the <span> element that closes the modal
|
| 1083 |
var span_1 = document.getElementsByClassName("close_1")[0];
|
|
|
|
| 1077 |
var modal_1 = document.getElementById("myModal_1");
|
| 1078 |
|
| 1079 |
// Get the button that opens the modal
|
| 1080 |
+
var btn_1 = document.getElementById("myBtn");
|
| 1081 |
|
| 1082 |
// Get the <span> element that closes the modal
|
| 1083 |
var span_1 = document.getElementsByClassName("close_1")[0];
|