MikaFil commited on
Commit
045dcbe
·
verified ·
1 Parent(s): 398debc

Update interface.js

Browse files
Files changed (1) hide show
  1. interface.js +1 -1
interface.js CHANGED
@@ -135,7 +135,7 @@ const currentScriptTag = document.currentScript;
135
  const isMobile = isIOS || /Android/i.test(navigator.userAgent);
136
 
137
  const tooltipInstruction = config.tooltips_url
138
- ? '- Cliquez sur ⦿ pour afficher/masquer les tooltips.<br>'
139
  : '';
140
 
141
  if (isMobile) {
 
135
  const isMobile = isIOS || /Android/i.test(navigator.userAgent);
136
 
137
  const tooltipInstruction = config.tooltips_url
138
+ ? '- Cliquez sur ⦿ pour afficher/masquer les annotations.<br>'
139
  : '';
140
 
141
  if (isMobile) {