Add warning for chrome 68 users on Mac

This commit is contained in:
yflory
2018-08-28 17:44:15 +02:00
parent 256b7b5bb4
commit b1f2d287b4
4 changed files with 26 additions and 0 deletions

View File

@@ -251,6 +251,9 @@ define({
// Critical error outside the iframe during loading screen
'EV_LOADING_ERROR': true,
// Chrome 68 bug...
'EV_CHROME_68': true,
// Get all existing tags
'Q_GET_ALL_TAGS': true,