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