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

@@ -484,6 +484,10 @@ define([
});
});
ctx.sframeChan.on('EV_CHROME_68', function () {
UI.alert(Messages.chrome68);
});
ctx.sframeChan.ready();
cb(funcs);
});