summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/network
Commit message (Collapse)AuthorAgeFilesLines
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-143-3/+10
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-153-3/+3
|
* Network page appear with an error message when entering nonexistent git revisionHiroyuki Sato2016-11-061-0/+2
|
* Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docsBryce Johnson2016-10-311-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-263-0/+3
|
* Formatted all app/assets/javascripts to underscore naming convention23118-use-one-style-of-naming-js-filesLuke Bennett2016-10-101-0/+0
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-082-1/+19
|
* ES6ify all the things!Fatih Acet2016-07-246-366/+439
|
* Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-151-0/+0
|
* Reorganize the lib directory.Connor Shea2016-06-231-3/+0
|
* Replace raphael-rails with raphael.js so it can be split from the rest of ↵Connor Shea2016-06-103-0/+369
the JavaScript. The gem isn't maintained anymore anyway. Added a network folder with an application.js including raphael components, since that's the only page using it currently.