aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.php
diff options
context:
space:
mode:
authorkj-sh6042025-04-09 21:46:16 -0400
committerkj-sh6042025-04-09 21:46:16 -0400
commitcfe7be206a44ef1598f5b7976fb87498276366fe (patch)
tree21b75c85ab262622ede78a39a3fba01181016710 /src/index.php
parent48fd1020e0ab72af8479625486ad1ebd6e24f162 (diff)
refactor: locally host js
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.php b/src/index.php
index 22c84b3..0f4616c 100644
--- a/src/index.php
+++ b/src/index.php
@@ -29,7 +29,7 @@ session_start(); ?>
generatingIndicator.style.display = 'block';
}
</script>
- <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
+ <script src="/js/simplemde.js"></script>
<?php
if (isset($_POST["compile"])) {