commit a6fae941adebb6af862696dc8c6ed950c8d92f34
parent 6d518c0ceca0a3d9a4cc8181ec991287e76398d6
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 27 Mar 2013 23:47:34 -0400
Disable one window warning for annotations
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js
@@ -285,7 +285,7 @@ var Zotero_Browser = new function() {
var annotationID = Zotero.Annotate.getAnnotationIDFromURL(browser.currentURI.spec);
if(annotationID) {
if(Zotero.Annotate.isAnnotated(annotationID)) {
- window.alert(Zotero.getString("annotations.oneWindowWarning"));
+ //window.alert(Zotero.getString("annotations.oneWindowWarning"));
} else if(!tab.page.annotations) {
// enable annotation
tab.page.annotations = new Zotero.Annotations(Zotero_Browser, browser, annotationID);