Browse Source

Display a popu when an error occurs

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
396f9389cd
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      macrovision.html

+ 5
- 0
macrovision.html View File

@@ -32,6 +32,11 @@
</head>

<body class="toggle-bottom-name toggle-top-name toggle-scale">
<script type="text/javascript">
window.onerror = function(msg, url, line, col, error) {
alert("An error occured. Show all of this to chemicalcrux:\n\n" + msg + "\n" + url + "\n" + "line: " + line + "\n" + "col: " + col + "\nerror: " + error);
}
</script>
<input hidden id="file-upload-picker" type='file' multiple>
<div id="help-menu">
<div id="table-of-contents-holder">


Loading…
Cancel
Save