Skip to content

Commit

Permalink
LIMS-1570: Remove unused app file (#874)
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

* Remove unused app file, dead dependencies

* Remove unused vendor files

* Remove unused dependencies

---------

Co-authored-by: Mark W <[email protected]>
  • Loading branch information
gfrn and ndg63276 authored Jan 28, 2025
1 parent acb33c9 commit f4393fb
Show file tree
Hide file tree
Showing 22 changed files with 21 additions and 20,080 deletions.
1 change: 0 additions & 1 deletion api/src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ function auth($require_staff)
if ($require_staff)
{
$auth = $this->staff;

}
// Barcode Scanners
else if ($this->bcr() && !$this->user->loginId)
Expand Down
13,553 changes: 20 additions & 13,533 deletions client/package-lock.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"backgrid-select-all": "0.3.5",
"ci": "^2.2.0",
"csv-file-validator": "^1.7.4",
"d3-color": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",
"d3-selection": "^2.0.0",
Expand All @@ -87,7 +86,6 @@
"jquery-touchswipe": "^1.6.19",
"jquery-ui": "^1.12.1",
"jquery-ui-timepicker-addon": "^1.6.3",
"jquery.cookie": "^1.4.1",
"jquery.flot": "^0.8.3",
"jquery.flot.tooltip": "^0.9.0",
"lodash-es": "^4.17.21",
Expand All @@ -99,7 +97,7 @@
"tailwindcss": "^1.9.5",
"three": "^0.143.0",
"uglymol": "^0.6.4",
"underscore": "1.8.3",
"underscore": "1.12.1",
"util": "^0.12.4",
"vee-validate": "^2.2.15",
"vue": "^2.6.10",
Expand Down
Loading

0 comments on commit f4393fb

Please sign in to comment.