We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62b6b4 commit 034d080Copy full SHA for 034d080
.gitignore
@@ -1 +1,2 @@
1
index.html
2
+showalert.html
helper.js
@@ -88,7 +88,7 @@ function showInfo(message) {
88
89
function showMessageModal(modalType, message) {
90
setInnerHTML(`#${modalType}-message-text`, message);
91
- show(`${modalType}-modal`);
+ show(`#${modalType}-modal`);
92
}
93
94
function setFocusTo(selector) {
0 commit comments