--- AdminPanel.js Sun May 04 12:35:43 2014 +++ AdminPanel.new.js Sun May 04 12:31:18 2014 @@ -134,6 +134,7 @@ var _this = this, headerElement = document.getElementById(headerElementId); headerElement.onmousedown = function() { _this.dragStart.apply(_this, arguments); + return false; } },