Skip to content

Commit

Permalink
Partial jQuery Rollback (#109)
Browse files Browse the repository at this point in the history
* Remove jQuery

* Revert jQuery changes to .gitignore and .eslintrc files
  • Loading branch information
aestoltm authored Jun 26, 2024
1 parent 37290e8 commit f990913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ xdmod-*.rpm
external_libraries/

/html/gui/lib/jquery
/html/gui/lib/jquery-plugins
/html/gui/lib/moment
/html/gui/lib/moment-timezone
/html/gui/lib/rsvp
Expand Down
1 change: 1 addition & 0 deletions html/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Ext": false,
"ga": false,
"_gaq": false,
"jQuery": false,
"jsPlumb": false,
"Plotly": false,
"truncateText": false,
Expand Down

0 comments on commit f990913

Please sign in to comment.