Skip to content

Commit

Permalink
MV error updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Oct 11, 2019
1 parent 302b812 commit 003a40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mv/modelviewer.css
Expand Up @@ -238,7 +238,7 @@ tr.selected{
/* Error window */
#errors{
position: absolute;
top: 15px;
top: 70px;
right: 15px;
margin: auto;
}
2 changes: 1 addition & 1 deletion mv/modelviewer.js
Expand Up @@ -9,7 +9,7 @@ function showError(error){
}

window.onerror = function(message, source, lineno, colno, error) {
showError("An error occured! You might have to reload the page.<br>Let us know via Discord (button in the menu).");
showError("An error occured! You might have to force reload the page with <kbd>CTRL-F5</kbd>.");
}

var Elements =
Expand Down

0 comments on commit 003a40d

Please sign in to comment.