Update interface.js
Browse files- interface.js +2 -0
interface.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
// interface.js
|
| 2 |
// ==============================
|
|
|
|
|
|
|
| 3 |
|
| 4 |
// Store a reference to the <script> tag that loaded this file
|
| 5 |
const currentScriptTag = document.currentScript;
|
|
|
|
| 1 |
// interface.js
|
| 2 |
// ==============================
|
| 3 |
+
// interface.js
|
| 4 |
+
// ==============================
|
| 5 |
|
| 6 |
// Store a reference to the <script> tag that loaded this file
|
| 7 |
const currentScriptTag = document.currentScript;
|