Skip to content

Commit

Permalink
compatibility with chrome 38
Browse files Browse the repository at this point in the history
  • Loading branch information
drbeat committed Jan 1, 2024
1 parent ea67f18 commit 441100e
Show file tree
Hide file tree
Showing 6 changed files with 1,695 additions and 76 deletions.
14 changes: 0 additions & 14 deletions babel.config.json

This file was deleted.

3 changes: 2 additions & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<title>PicCap - Hyperion Sender App</title>
<script src="./webOSTVjs-1.2.4/webOSTV.js" charset="utf-8"></script>
<script src="./webOSTVjs-1.2.4/webOSTV-dev.js" charset="utf-8"></script>
<script src="./index.js"></script>
<script src="./polyfills-legacy.js"></script>
<script src="./index-legacy.js"></script>
<link rel="stylesheet" href="./css/basicui.css" media="screen">
<link rel="stylesheet" href="./css/blueui.css" media="screen">
<link rel="stylesheet" href="./css/darkui.css" media="screen">
Expand Down
1 change: 0 additions & 1 deletion frontend/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'core-js/stable';
import './domrect-polyfill';
import './servicecalls';
import './ui';
Expand Down

0 comments on commit 441100e

Please sign in to comment.