Skip to content
Snippets Groups Projects
Commit 5dcca7e4 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove some JS that is no longer used

parent 3551df8e
No related branches found
No related tags found
1 merge request!1412Convert main.js to CoffeeScript
Loading
Loading
@@ -37,12 +37,6 @@ $ ->
# Show/Hide the profile menu when hovering the account box
$('.account-box').hover -> $(this).toggleClass('hover')
 
$("#projects-list .project").live 'click', (e) ->
if e.target.nodeName isnt "A" and e.target.nodeName isnt "INPUT"
location.href = $(this).attr("url")
e.stopPropagation()
false
# Focus search field by pressing 's' key
$(document).keypress (e) ->
# Don't do anything if typing in an input
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment