Add polyfill for chrome support
This commit is contained in:
parent
6379f38489
commit
e114ebb7c8
8
extension/options/browser-polyfill.min.js
vendored
Normal file
8
extension/options/browser-polyfill.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -9,11 +9,15 @@
|
||||
<form>
|
||||
<label>Urbit ID</label>
|
||||
<input type="text" id="urbitId"/>
|
||||
<br/>
|
||||
|
||||
<label>Code</label>
|
||||
<input id="urbitCode" type="password" id="urbit_code"/>
|
||||
<br/>
|
||||
<button id="saveButton">Save</button>
|
||||
<button id="clearButton">Clear</button>
|
||||
</form>
|
||||
<script src="browser-polyfill.min.js"></script>
|
||||
<script src="options.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
8
extension/popup/browser-polyfill.min.js
vendored
Normal file
8
extension/popup/browser-polyfill.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="popp.css"/>
|
||||
<link rel="stylesheet" href="popup.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Urbit browser manager</h1>
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<button id="options">Options</button>
|
||||
</main>
|
||||
<script src="browser-polyfill.min.js"></script>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user