From 1747f19009ca04c12f500af1ac0397ea2ebd3833 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 26 Dec 2010 19:05:52 +0000 Subject: [PATCH] Don't load nsDragAndDrop.js --- components/zotero-service.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/zotero-service.js b/components/zotero-service.js index e6a68cefb6..809f62f99f 100644 --- a/components/zotero-service.js +++ b/components/zotero-service.js @@ -1,7 +1,7 @@ /* ***** BEGIN LICENSE BLOCK ***** - Copyright © 2009 Center for History and New Media + Copyright © 2009 Center for History and New Media George Mason University, Fairfax, Virginia, USA http://zotero.org @@ -163,10 +163,6 @@ Cc["@mozilla.org/moz/jssubscript-loader;1"] .getService(Ci.mozIJSSubScriptLoader) .loadSubScript("chrome://global/content/nsTransferable.js"); -Cc["@mozilla.org/moz/jssubscript-loader;1"] - .getService(Ci.mozIJSSubScriptLoader) - .loadSubScript("chrome://global/content/nsDragAndDrop.js"); - /********************************************************************/