diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js
index def7546125..0187858bb4 100644
--- a/chrome/content/zotero/integration/quickFormat.js
+++ b/chrome/content/zotero/integration/quickFormat.js
@@ -784,23 +784,6 @@ var Zotero_QuickFormat = new function () {
_showCitationProperties(event.target);
}
- /**
- * Called when the user begins to drag the window
- */
- this.onDragStart = function(el, event) {
- dragX = event.clientX;
- dragY = event.clientY;
- window.addEventListener("mousemove", _onDrag, false);
- window.addEventListener("mouseup", function() { window.removeEventListener("mousemove", _onDrag, false) }, false);
- }
-
- /**
- * Called during the window drag
- */
- function _onDrag(event) {
- window.moveTo(event.screenX-dragX, event.screenY-dragY);
- }
-
/**
* Makes "Enter" work in the panel
*/
diff --git a/chrome/content/zotero/integration/quickFormat.xul b/chrome/content/zotero/integration/quickFormat.xul
index 11199f2ffa..d523914824 100644
--- a/chrome/content/zotero/integration/quickFormat.xul
+++ b/chrome/content/zotero/integration/quickFormat.xul
@@ -42,7 +42,7 @@
-
+
@@ -59,7 +59,7 @@
-
+