Service icons

This commit is contained in:
Gregory Eremin
2011-09-26 14:51:52 +04:00
parent 0f62fae63c
commit 6be5868588
9 changed files with 19 additions and 2 deletions
+4
View File
@@ -43,4 +43,8 @@ $ ->
false
$('.dropdown-menu li a').live 'click', ->
$(this).parent().parent().parent().toggleClass('open')
false
$('.foreign-link').live 'click', ->
# window.open($(this).attr('href'))
e.preventDefault();
false