mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user