From 62bacf76d07bef6f8c9e592d1d3eb695d384dede Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Mon, 1 Nov 2021 23:10:15 +0200 Subject: [PATCH] change file names to lower case --- plugins/video-toggle/front.js | 2 +- .../templates/{buttonTemplate.html => button_template.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/video-toggle/templates/{buttonTemplate.html => button_template.html} (100%) diff --git a/plugins/video-toggle/front.js b/plugins/video-toggle/front.js index 289176ff..45ee8c14 100644 --- a/plugins/video-toggle/front.js +++ b/plugins/video-toggle/front.js @@ -7,7 +7,7 @@ function $(selector) { return document.querySelector(selector); } let options; const switchButtonDiv = ElementFromFile( - templatePath(__dirname, "buttonTemplate.html") + templatePath(__dirname, "button_template.html") ); diff --git a/plugins/video-toggle/templates/buttonTemplate.html b/plugins/video-toggle/templates/button_template.html similarity index 100% rename from plugins/video-toggle/templates/buttonTemplate.html rename to plugins/video-toggle/templates/button_template.html