Hansimov commited on
Commit
bcf9644
β€’
1 Parent(s): af56619

:recycle: [Refactor] Move live.js to common dir

Browse files
Files changed (2) hide show
  1. {js/common β†’ common}/live.js +0 -0
  2. 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 = "./js/common/live.js";
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
  }