Skip to content

Commit

Permalink
fix: msp receiver emulator (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Dec 30, 2023
1 parent 6577697 commit a51c0a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/js/tabs/receiver_msp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '../jqueryPlugins';
import windowWatcherUtil from "../utils/window_watchers";
import $ from 'jquery';

Expand Down
3 changes: 0 additions & 3 deletions src/tabs/receiver_msp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<head>
<title i18n="receiverButtonSticks"></title>
<link type="text/css" rel="stylesheet" href="/css/opensans_webfontkit/fonts.css" media="all" />
<script type="text/javascript" src="/node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="/node_modules/jquery-ui-npm/jquery-ui.min.js"></script>
<script type="text/javascript" src="/js/libraries/jquery.nouislider.all.min.js"></script>

<script type="module" src="/js/tabs/receiver_msp.js"></script>

Expand Down

0 comments on commit a51c0a6

Please sign in to comment.