This commit is contained in:
ed
2021-08-30 03:02:11 +02:00
parent 2e740e513f
commit 43a8bcefb9
4 changed files with 5 additions and 4 deletions

View File

@@ -284,7 +284,7 @@ var mpl = (function () {
r.os_ctl = !r.os_ctl && have_mctl;
bcfg_set('au_os_ctl', r.os_ctl);
if (!have_mctl)
toast.err(5, 'need firefox 82+ or chrome 73+');
toast.err(5, 'need firefox 82+ or chrome 73+\n(or iOS 15+ supposedly)');
};
ebi('au_osd_cv').onclick = function (e) {

View File

@@ -30,6 +30,7 @@ a {
padding: .2em .8em;
}
#repl {
border: none;
background: none;
color: inherit;
padding: 0;

View File

@@ -1852,7 +1852,7 @@ function up2k_init(subtle) {
flag = up2k_flagbus();
}
catch (ex) {
console.log("flag error: " + ex.toString());
toast.err(5, "not supported on your browser:\n" + ex);
tgl_flag_en();
}
}