summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Next/js/base.coffee
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-12 03:16:20 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-12 03:22:47 +0200
commite1dd70b5d84a23a075966cd5b73fcc81a13ee6c8 (patch)
tree202fadd4b5d35931c718c3814bb89d3ab84caf56 /pyload/webui/themes/Next/js/base.coffee
parentFix some directory names (diff)
downloadpyload-e1dd70b5d84a23a075966cd5b73fcc81a13ee6c8.tar.xz
Code cleanup for Next theme
Diffstat (limited to 'pyload/webui/themes/Next/js/base.coffee')
-rw-r--r--pyload/webui/themes/Next/js/base.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/Next/js/base.coffee b/pyload/webui/themes/Next/js/base.coffee
index 3b5d33e82..f58c1e4cf 100644
--- a/pyload/webui/themes/Next/js/base.coffee
+++ b/pyload/webui/themes/Next/js/base.coffee
@@ -165,7 +165,7 @@ submit_captcha = ->
$('cap_result').set('value', '')
false
-on_captcha_click = (e) ->
+on_captcha_click = (e) ->
position = e.target.getPosition()
x = e.page.x - position.x
y = e.page.y - position.y