remove unnecessary snippets.js
This commit is contained in:
parent
c28722689d
commit
414080cb03
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
$ ->
|
||||
$('#snippets-table .snippet').live 'click', (e) ->
|
||||
if e.target.nodeName isnt 'A' and e.target.nodeName isnt 'INPUT'
|
||||
location.href = $(@).attr 'url'
|
||||
e.stopPropagation()
|
||||
false
|
Loading…
Reference in a new issue