summaryrefslogtreecommitdiff
path: root/paste/cowbell
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-21 15:26:47 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-21 15:26:47 +0200
commit04ecd5542849191457ccfc3e42a39452db47825a (patch)
treeb0a470e46326b709d090a900847bbb004d355607 /paste/cowbell
parent4c177fce89fee925f0f4fbfde00ce2e1252562c0 (diff)
downloadpaste-04ecd5542849191457ccfc3e42a39452db47825a.tar.gz
Strip trailing spaces
Diffstat (limited to 'paste/cowbell')
-rw-r--r--paste/cowbell/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/cowbell/__init__.py b/paste/cowbell/__init__.py
index 43b7097..5a0d22d 100644
--- a/paste/cowbell/__init__.py
+++ b/paste/cowbell/__init__.py
@@ -45,7 +45,7 @@ function showSomewhere() {
var sec, el;
if (cowbellState == 'hidden') {
el = document.getElementById('cowbell-ascending');
- lastCowbellPosition = [parseInt(Math.random()*(window.innerWidth-200)),
+ lastCowbellPosition = [parseInt(Math.random()*(window.innerWidth-200)),
parseInt(Math.random()*(window.innerHeight-200))];
el.style.left = lastCowbellPosition[0] + 'px';
el.style.top = lastCowbellPosition[1] + 'px';