From f225f627c1990e4f507570ad284c78058c88bcf1 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Wed, 17 Jan 2024 13:10:37 -0600 Subject: [PATCH] Aligning naming --- .../usr/share/newton/context_path/index.html | 20 +++++++++---------- .../css/{newton2 => newton}/context-menu.css | 0 .../css/{newton2 => newton}/main.css | 0 .../css/{newton2 => newton}/overrides.css | 0 .../resources/js/{newton2 => newton}/ajax.js | 0 .../js/{newton2 => newton}/context-menu.js | 0 .../js/{newton2 => newton}/dnd-sort.js | 0 .../js/{newton2 => newton}/events.js | 0 .../keybinding-newton.js} | 0 .../js/{newton2 => newton}/post-ajax.js | 0 .../js/{newton2 => newton}/ui-logic.js | 0 .../resources/js/{newton2 => newton}/utils.js | 0 12 files changed, 10 insertions(+), 10 deletions(-) rename user_config/usr/share/newton/context_path/resources/css/{newton2 => newton}/context-menu.css (100%) rename user_config/usr/share/newton/context_path/resources/css/{newton2 => newton}/main.css (100%) rename user_config/usr/share/newton/context_path/resources/css/{newton2 => newton}/overrides.css (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2 => newton}/ajax.js (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2 => newton}/context-menu.js (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2 => newton}/dnd-sort.js (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2 => newton}/events.js (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2/keybinding-newton2.js => newton/keybinding-newton.js} (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2 => newton}/post-ajax.js (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2 => newton}/ui-logic.js (100%) rename user_config/usr/share/newton/context_path/resources/js/{newton2 => newton}/utils.js (100%) diff --git a/user_config/usr/share/newton/context_path/index.html b/user_config/usr/share/newton/context_path/index.html index ab5f99d..813b4ca 100644 --- a/user_config/usr/share/newton/context_path/index.html +++ b/user_config/usr/share/newton/context_path/index.html @@ -8,9 +8,9 @@ - - - + + + @@ -66,13 +66,13 @@ - - + + - - - - - + + + + + \ No newline at end of file diff --git a/user_config/usr/share/newton/context_path/resources/css/newton2/context-menu.css b/user_config/usr/share/newton/context_path/resources/css/newton/context-menu.css similarity index 100% rename from user_config/usr/share/newton/context_path/resources/css/newton2/context-menu.css rename to user_config/usr/share/newton/context_path/resources/css/newton/context-menu.css diff --git a/user_config/usr/share/newton/context_path/resources/css/newton2/main.css b/user_config/usr/share/newton/context_path/resources/css/newton/main.css similarity index 100% rename from user_config/usr/share/newton/context_path/resources/css/newton2/main.css rename to user_config/usr/share/newton/context_path/resources/css/newton/main.css diff --git a/user_config/usr/share/newton/context_path/resources/css/newton2/overrides.css b/user_config/usr/share/newton/context_path/resources/css/newton/overrides.css similarity index 100% rename from user_config/usr/share/newton/context_path/resources/css/newton2/overrides.css rename to user_config/usr/share/newton/context_path/resources/css/newton/overrides.css diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/ajax.js b/user_config/usr/share/newton/context_path/resources/js/newton/ajax.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/ajax.js rename to user_config/usr/share/newton/context_path/resources/js/newton/ajax.js diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/context-menu.js b/user_config/usr/share/newton/context_path/resources/js/newton/context-menu.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/context-menu.js rename to user_config/usr/share/newton/context_path/resources/js/newton/context-menu.js diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/dnd-sort.js b/user_config/usr/share/newton/context_path/resources/js/newton/dnd-sort.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/dnd-sort.js rename to user_config/usr/share/newton/context_path/resources/js/newton/dnd-sort.js diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/events.js b/user_config/usr/share/newton/context_path/resources/js/newton/events.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/events.js rename to user_config/usr/share/newton/context_path/resources/js/newton/events.js diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/keybinding-newton2.js b/user_config/usr/share/newton/context_path/resources/js/newton/keybinding-newton.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/keybinding-newton2.js rename to user_config/usr/share/newton/context_path/resources/js/newton/keybinding-newton.js diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/post-ajax.js b/user_config/usr/share/newton/context_path/resources/js/newton/post-ajax.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/post-ajax.js rename to user_config/usr/share/newton/context_path/resources/js/newton/post-ajax.js diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/ui-logic.js b/user_config/usr/share/newton/context_path/resources/js/newton/ui-logic.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/ui-logic.js rename to user_config/usr/share/newton/context_path/resources/js/newton/ui-logic.js diff --git a/user_config/usr/share/newton/context_path/resources/js/newton2/utils.js b/user_config/usr/share/newton/context_path/resources/js/newton/utils.js similarity index 100% rename from user_config/usr/share/newton/context_path/resources/js/newton2/utils.js rename to user_config/usr/share/newton/context_path/resources/js/newton/utils.js