Commit Graph

8 Commits

Author SHA1 Message Date
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Clement Ho 2c96dd21e1 Remove unnecessary return 2018-01-24 21:04:55 -06:00
Clement Ho a8badbe51b Replace $.post in label manager with axios 2018-01-24 21:03:21 -06:00
Phil Hughes ff0f74ac6e
Tidy up main JS file 2018-01-10 11:07:42 +00:00
Filipa Lacerda 6fb19f77e6
Use ES6 modules in labels and labels manager 2017-10-10 18:22:34 +01:00
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
2017-10-10 10:14:22 +01:00
Tim Zallmann 3f167e4894 Action Buttons on Prio Labels working again by setting pointer events to none on… 2017-06-27 10:46:01 +00:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00