fixes forgotten debug line. popcorn-port
authorhamidouk
Mon, 19 Dec 2011 16:56:19 +0100
branchpopcorn-port
changeset 489 0b84128f609b
parent 488 ab73470647cb
child 490 2a7fca4f0cc4
fixes forgotten debug line.
src/js/widgets/tooltipWidget.js
--- a/src/js/widgets/tooltipWidget.js	Mon Dec 19 16:50:03 2011 +0100
+++ b/src/js/widgets/tooltipWidget.js	Mon Dec 19 16:56:19 2011 +0100
@@ -30,7 +30,7 @@
   this._displayedText = text;
 	this.selector.find(".tiptext").text(text);
   //this.selector.find(".tip").css("left", x).css("top", y);  
-  this.selector.find(".tip").css("left", x).css("top", y - 160);
+  this.selector.find(".tip").css("left", x).css("top", y);
   this.selector.find(".tip").show();
   this._shown = true;
 };