From 14c60a1a3ee6872f7e4d5d03e506571af38c3901 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Mon, 15 Jun 2020 13:10:23 +0200 Subject: [PATCH] Rename js file --- index.html | 2 +- index.js => script.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.js => script.js (100%) diff --git a/index.html b/index.html index 14f659f..4ce33a2 100644 --- a/index.html +++ b/index.html @@ -161,6 +161,6 @@ npm/codemirror@5.52.0/addon/mode/simple.min.js, npm/codemirror@5.52.0/addon/scroll/simplescrollbars.js, npm/codemirror@5.52.0/mode/meta.min.js "> - + diff --git a/index.js b/script.js similarity index 100% rename from index.js rename to script.js