diff options
| author | kj-sh604 | 2025-04-09 21:46:16 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-04-09 21:46:16 -0400 |
| commit | cfe7be206a44ef1598f5b7976fb87498276366fe (patch) | |
| tree | 21b75c85ab262622ede78a39a3fba01181016710 /src/index.php | |
| parent | 48fd1020e0ab72af8479625486ad1ebd6e24f162 (diff) | |
refactor: locally host js
Diffstat (limited to 'src/index.php')
| -rw-r--r-- | src/index.php | 2 |
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"])) { |
