fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed user drop down menu not hiding on click

This commit is contained in:
Felipe Martin 2014-05-27 21:06:01 +02:00
parent 58a21c01e9
commit 0600a6a986
1 changed files with 0 additions and 4 deletions

View File

@ -41,8 +41,6 @@ $ ->
# PJAX
if $.support.pjax
$(document).on 'click', 'a[data-pjax]', (event) ->
event.preventDefault()
elem = $(@)
pjax = elem.data('pjax')
push = true
@ -74,8 +72,6 @@ $ ->
if elem.is('[pjax-messages]')
window._updateMessages = true
false
# Tooltips
$('[data-toggle="tooltip"]').tooltip();