| branch | popcorn-port |
| changeset 740 | 3b60f3beb521 |
| parent 739 | d28b9acfc445 |
| child 820 | 7968346b9689 |
--- a/src/js/widgets/sliderWidget.js Fri Jan 27 17:10:33 2012 +0100 +++ b/src/js/widgets/sliderWidget.js Fri Jan 27 17:27:13 2012 +0100 @@ -74,9 +74,8 @@ if (rightEdgePos >= divWidth) newPos = divWidth - 1 * correction - 1; - console.log(newPos); - this.sliderForeground.css("width", pixels + "px"); - this.positionMarker.css("left", newPos + "px"); + this.sliderForeground.css("width", pixels + "px"); + this.positionMarker.css("left", newPos + "px"); };