Commit 414080cb0300e924ec2c994495349f4f93cdf1c4

Authored by Nihad Abbasov
1 parent c2872268

remove unnecessary snippets.js

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
app/assets/javascripts/snippets.js.coffee
@@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
1 -$ ->  
2 - $('#snippets-table .snippet').live 'click', (e) ->  
3 - if e.target.nodeName isnt 'A' and e.target.nodeName isnt 'INPUT'  
4 - location.href = $(@).attr 'url'  
5 - e.stopPropagation()  
6 - false