Просмотр исходного кода

Update the error message

master
Fen Dweller 5 лет назад
Родитель
Сommit
f179054a3a
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      macrovision.html

+ 1
- 1
macrovision.html Просмотреть файл

@@ -35,7 +35,7 @@
<body class="toggle-bottom-name toggle-top-name toggle-scale"> <body class="toggle-bottom-name toggle-top-name toggle-scale">
<script type="text/javascript"> <script type="text/javascript">
window.onerror = function(msg, url, line, col, error) { 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);
alert("An error occured. If you're on a computer, hit F12 to open the developer tools, click the Console tab, and send the red text to chemicalcrux. If you're on mobile, screenshot this instead:\n\n" + msg + "\n" + url + "\n" + "line: " + line + "\n" + "col: " + col + "\nerror: " + error);
} }
</script> </script>
<input hidden id="file-upload-picker" type='file' multiple> <input hidden id="file-upload-picker" type='file' multiple>


Загрузка…
Отмена
Сохранить