From f990913ee49a5f08de14e592d33d213475594c36 Mon Sep 17 00:00:00 2001 From: Andrew Stoltman <60742416+aestoltm@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:11:35 -0400 Subject: [PATCH] Partial jQuery Rollback (#109) * Remove jQuery * Revert jQuery changes to .gitignore and .eslintrc files --- .gitignore | 1 - html/.eslintrc.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9244c26..71a84ba 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/html/.eslintrc.json b/html/.eslintrc.json index 7607d84..ffa176f 100644 --- a/html/.eslintrc.json +++ b/html/.eslintrc.json @@ -10,6 +10,7 @@ "Ext": false, "ga": false, "_gaq": false, + "jQuery": false, "jsPlumb": false, "Plotly": false, "truncateText": false,