mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-25 01:37:42 +00:00
Merge pull request #13332 from keymanapp/change/ios/reorder-host-page-script-load
change(ios): re-order host page script load so Sentry can report script load failures
This commit is contained in:
commit
34a907862e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,9 +4,9 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>Keyman</title>
|
||||
<script src="keymanweb-webview.js"></script>
|
||||
<script src="sentry.min.js"></script>
|
||||
<script src="keyman-sentry.js"></script>
|
||||
<script src="keymanweb-webview.js"></script>
|
||||
<script src="ios-host.js"></script>
|
||||
<style type="text/css">
|
||||
body {background-color: rgb(210,214,220);}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue