From 67e253211cf915435c11673aaf1ad3513da13534 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 18 Mar 2019 18:24:49 +0100 Subject: [PATCH] This ynhpanel.json has never been used by anything ... --- access.lua | 1 - portal/assets/js/ynhpanel.json | 1 - 2 files changed, 2 deletions(-) delete mode 100644 portal/assets/js/ynhpanel.json diff --git a/access.lua b/access.lua index 6aaad1f..a171562 100644 --- a/access.lua +++ b/access.lua @@ -329,7 +329,6 @@ end if hlp.is_logged_in() then -- serve ynhpanel files serveAsset("/ynhpanel.js", "js/ynhpanel.js") - serveAsset("/ynhpanel.json", "js/ynhpanel.json") serveAsset("/ynhpanel.css", "css/ynhpanel.css") -- serve theme's files -- TODO : don't forget to open a PR to enable access to those diff --git a/portal/assets/js/ynhpanel.json b/portal/assets/js/ynhpanel.json deleted file mode 100644 index 0967ef4..0000000 --- a/portal/assets/js/ynhpanel.json +++ /dev/null @@ -1 +0,0 @@ -{}