Clarify NoScript warning to say that a restart is required
This commit is contained in:
parent
47488d752e
commit
639e0794bc
1 changed files with 2 additions and 1 deletions
|
@ -354,7 +354,8 @@
|
|||
var warning = win.document.getElementById('noScriptWarning');
|
||||
var str = "The NoScript extension is preventing Zotero "
|
||||
+ "from displaying notes. To use NoScript and Zotero together, "
|
||||
+ "whitelist the 'file://' scheme in the NoScript preferences.";
|
||||
+ "whitelist the 'file:' scheme in the NoScript preferences "
|
||||
+ "and restart Firefox.";
|
||||
warning.appendChild(document.createTextNode(str));
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue