Clarify NoScript warning to say that a restart is required
This commit is contained in:
parent
47488d752e
commit
639e0794bc
|
@ -354,7 +354,8 @@
|
||||||
var warning = win.document.getElementById('noScriptWarning');
|
var warning = win.document.getElementById('noScriptWarning');
|
||||||
var str = "The NoScript extension is preventing Zotero "
|
var str = "The NoScript extension is preventing Zotero "
|
||||||
+ "from displaying notes. To use NoScript and Zotero together, "
|
+ "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));
|
warning.appendChild(document.createTextNode(str));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user