start js for template folder form

have a bunch of separate elements within the sticky_template_forms div
that we hide or show based on button presses and such. This commit just
sets up the class - it doesn't actually deal with button presses or
checkboxes etc yet.
This commit is contained in:
Leo Hemsted
2018-11-28 17:40:54 +00:00
parent 1a5ebb3e62
commit 370f2527ff
4 changed files with 62 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ gulp.task('javascripts', () => gulp
paths.src + 'javascripts/fullscreenTable.js',
paths.src + 'javascripts/emailPreviewPane.js',
paths.src + 'javascripts/colourPreview.js',
paths.src + 'javascripts/templateFolderForm.js',
paths.src + 'javascripts/main.js'
])
.pipe(plugins.prettyerror())