Skip to content

Commit

Permalink
LIMS-1564 - Remove unused dependencies (#868)
Browse files Browse the repository at this point in the history
* Remove touchscreen app

* Remove unused dependencies

* Remove local version of jquery-flot-pie

* Remove aliased dependencies

---------

Co-authored-by: Mark W <[email protected]>
  • Loading branch information
gfrn and ndg63276 authored Jan 13, 2025
1 parent 060440a commit 5116772
Show file tree
Hide file tree
Showing 41 changed files with 14 additions and 20,257 deletions.
2 changes: 1 addition & 1 deletion client/src/js/modules/blstats/views/histogram.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(['marionette', 'modules/blstats/models/histogram', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery-flot-resize',
'jquery.flot.tickrotor',
], function(Marionette, Histogram, utils, $) {

Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/blstats/views/robotdewar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(['marionette', 'modules/blstats/models/robotdewar', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery-flot-resize',
], function(Marionette, Dewar, utils, $) {

return Marionette.ItemView.extend({
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/cell/views/autoproc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(['marionette', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.pie',
'flot-pie',
], function(Marionette, utils, $) {


Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/cell/views/states.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(['marionette', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.pie',
'flot-pie',
], function(Marionette, utils, $) {


Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/dc/views/aiplots.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define(['marionette', 'backbone', 'modules/dc/collections/aiplots',
'templates/dc/aiplots.html',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery-flot-resize',
'jquery.flot.tooltip',
], function(Marionette, Backbone, AIPlots, utils, template, $) {

Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/dc/views/distl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(['marionette', 'modules/dc/models/distl', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery-flot-resize',
'jquery.flot.selection',
], function(Marionette, DCDISTLModel, utils, $) {

Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/dc/views/rdplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ define(['marionette', 'modules/dc/models/rd', 'utils',
'templates/dc/rdplot.html',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery-flot-resize',
], function(Marionette, RDModel, utils, template, $) {


Expand Down
4 changes: 2 additions & 2 deletions client/src/js/modules/stats/views/pie.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
define(['marionette', 'modules/stats/models/pie', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery.flot.pie',
'jquery-flot-resize',
'flot-pie',
], function(Marionette, Pie, utils, $) {

return Marionette.ItemView.extend({
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/types/gen/dc/datplot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(['marionette', 'modules/types/gen/dc/models/dat', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery-flot-resize',
], function(Marionette, Dat, utils, $) {

// DAT Plot
Expand Down
4 changes: 2 additions & 2 deletions client/src/js/modules/types/pow/dc/datplotlarge.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ define(['backbone',
'utils',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery.flot.axislabels'
'jquery-flot-resize',
'flot-axislabels'
], function(Backbone, Marionette, Dat, DataCollections, utils, $) {

var DatCollection = Backbone.Collection.extend({
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/modules/types/saxs/dc/datplot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(['marionette', 'modules/types/gen/dc/models/dat', 'utils',
'jquery',
'jquery.flot',
'jquery.flot.resize',
'jquery-flot-resize',
], function(Marionette, Dat, utils, $) {

// DAT Plot
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ define(['backbone',
'marionette',
'views/dialog',
'jquery',
'jquery.color',
'jquery-color',
'jquery-ui/ui/effect',
'jquery-ui/ui/effects/effect-highlight'
], function(Backbone, Marionette, DialogView, $) {
Expand Down
Loading

0 comments on commit 5116772

Please sign in to comment.