:recycle: [Refactor] Move live.js to common dir
Browse files- {js/common β common}/live.js +0 -0
- js/main.js +1 -1
{js/common β common}/live.js
RENAMED
File without changes
|
js/main.js
CHANGED
@@ -25,7 +25,7 @@ function auto_resize_user_input() {
|
|
25 |
function load_live_js() {
|
26 |
if (window.location.protocol !== "https:") {
|
27 |
var script = document.createElement("script");
|
28 |
-
script.src = "./
|
29 |
document.head.appendChild(script);
|
30 |
}
|
31 |
}
|
|
|
25 |
function load_live_js() {
|
26 |
if (window.location.protocol !== "https:") {
|
27 |
var script = document.createElement("script");
|
28 |
+
script.src = "./common/live.js";
|
29 |
document.head.appendChild(script);
|
30 |
}
|
31 |
}
|