8000
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 96ff228 commit 177a5e6Copy full SHA for 177a5e6
docs/js/my-alert.js
@@ -9,7 +9,7 @@ const Funcmyalertjs = {
9
// creo l'elemento
10
// image
11
var img = document.createElement('img');
12
- img.src = "../../img/close.png";
+ img.src = "img/close.png";
13
img.alt = "Not image";
14
img.classList.add('img-close');
15
// title and text
@@ -146,4 +146,4 @@ class Classmyalertjs {
146
console.warn(msg);
147
}
148
149
-} // ################################################################# ./CLASSI #########################################################
+} // ################################################################# ./CLASSI #########################################################
0 commit comments