Skip to content

Commit

Permalink
Remove unused jquery imports
Browse files Browse the repository at this point in the history
  • Loading branch information
viown committed Jan 6, 2025
1 parent 7952190 commit 12fc0b7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/mediaLibraryCreator/mediaLibraryCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import escapeHtml from 'escape-html';
import loading from '../loading/loading';
import dialogHelper from '../dialogHelper/dialogHelper';
import dom from '../../scripts/dom';
import 'jquery';
import libraryoptionseditor from '../libraryoptionseditor/libraryoptionseditor';
import globalize from '../../lib/globalize';
import '../../elements/emby-button/emby-button';
Expand Down
1 change: 0 additions & 1 deletion src/controllers/dashboard/library.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import escapeHtml from 'escape-html';
import 'jquery';
import taskButton from '../../scripts/taskbutton';
import loading from '../../components/loading/loading';
import globalize from '../../lib/globalize';
Expand Down
1 change: 0 additions & 1 deletion src/controllers/dashboard/scheduledtasks/scheduledtask.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'jquery';
import loading from '../../../components/loading/loading';
import datetime from '../../../scripts/datetime';
import dom from '../../../scripts/dom';
Expand Down
1 change: 0 additions & 1 deletion src/controllers/wizard/start/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'jquery';
import loading from '../../../components/loading/loading';
import '../../../elements/emby-button/emby-button';
import '../../../elements/emby-select/emby-select';
Expand Down

0 comments on commit 12fc0b7

Please sign in to comment.