10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 01:46:09 +02:00

Fix browsers dictionary

This commit is contained in:
Mickaël Véril 2019-12-03 10:34:50 +01:00
parent bb2e955da9
commit 0715344851

View File

@ -14,8 +14,8 @@ draft: false
btn_clip=document.getElementById("btn_clip");
btn_clip.disabled = true;
var browsers= {};
browsers["Chromium"]="https://www.mozilla.org/fr/firefox";
browsers["Firefox"]="https://chromium.woolyss.com/download";
browsers["Chromium"]="https://chromium.woolyss.com/download";
browsers["Firefox"]="https://www.mozilla.org/fr/firefox";
var recomsting="We recomend to use Firefox or a Chromium based browser like Google Chrome";
btn_clip.title='This feature is not supported in this bowser\n'+recomsting;
var mystr='navigator.clipboard.writeText() not supported in this browser\n'+recomsting;