8 lines
161 B
CoffeeScript
Raw Normal View History

2012-09-02 02:03:19 +04:00
$ ->
$(".auth a").bind "mouseup", (e) ->
e.preventDefault()
if BeatHaven.authenticated
alert("auth ok!!!!!")
else
BeatHaven.VK.popup()