From 35cd14e0b0f534949448c22d204b878ee7ad2170 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Wed, 6 Jul 2022 15:20:32 -0400 Subject: [PATCH] Move JS files to /common/js/ To cleanup the code in /common/ all JavaScript files have been moved to /common/js/ issue#2 --- common/{ => js}/font_size.js | 0 common/{ => js}/gallery.js | 0 common/{ => js}/page_format.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename common/{ => js}/font_size.js (100%) rename common/{ => js}/gallery.js (100%) rename common/{ => js}/page_format.js (100%) diff --git a/common/font_size.js b/common/js/font_size.js similarity index 100% rename from common/font_size.js rename to common/js/font_size.js diff --git a/common/gallery.js b/common/js/gallery.js similarity index 100% rename from common/gallery.js rename to common/js/gallery.js diff --git a/common/page_format.js b/common/js/page_format.js similarity index 100% rename from common/page_format.js rename to common/js/page_format.js