Fixed casing for modules, removed unused page

This commit is contained in:
alexjanousekGSA
2025-08-06 18:29:18 -04:00
parent 3a230f15b6
commit 2b99d818b6
17 changed files with 16 additions and 195 deletions

View File

@@ -1,7 +1,7 @@
(function(Modules) {
"use strict";
Modules.TemplateFolderForm = function() {
Modules['template-folder-form'] = function() {
this.start = function(templateFolderForm) {
this.$form = $(templateFolderForm);