Commit Graph

15 Commits

Author SHA1 Message Date
Lukas Eipert 0e6441164f
remove all unused eslint-disable rules 2018-06-20 14:28:28 +02:00
Phil Hughes 2467852cce
remove JS for cookie toggle 2018-03-20 16:00:10 +00:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Constance Okoghenun fffc131795 removed profile webpack bundle tag 2018-02-23 17:18:24 +01:00
Clement Ho ec43aaee0f Remove unused code 2018-02-08 10:47:12 -06:00
Clement Ho 3d4c40a014 Replace $.ajax in profile.js with axios 2018-02-07 21:45:03 +00:00
Jose Ivan Vargas 0a35f372d2 Added multi editor setting on the profile preferences page 2018-01-04 18:31:05 +00: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
Filipa Lacerda 6a1b84c7b4 Use modules in common utils 2017-09-09 09:54:24 +01:00
Stan Hu 7cad597f6c Revert "Merge branch '8836-mr-revert' into 'master'
This reverts commit 68e40bd49f, reversing
changes made to 2d1f823b4c.
2017-03-16 20:18:57 -07:00
Stan Hu 203bb0bc54 Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'
This reverts commit 5e96668803, reversing
changes made to b35378a938.
2017-03-15 11:51:08 -07:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00
Bryce Johnson 37b3cac42c Fixup debugger ref left in Dispatcher. 2016-10-05 11:25:01 +02:00
Jared Deckard 7f6474b269 Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
Fatih Acet aaa9509d12 ES6ify all the things! 2016-07-24 23:45:11 +03:00