open sesame (or, "I brought back tooltips")
This commit is contained in:
parent
3dc7bc9567
commit
abf772448e
|
@ -88,4 +88,5 @@ $(document).ready _ready
|
||||||
$(document).on 'turbolinks:load', _ready
|
$(document).on 'turbolinks:load', _ready
|
||||||
|
|
||||||
$(document).on 'turbolinks:render', ->
|
$(document).on 'turbolinks:render', ->
|
||||||
$('.dropdown-toggle').dropdown()
|
$('.dropdown-toggle').dropdown()
|
||||||
|
$('[data-toggle="tooltip"]').tooltip()
|
Loading…
Reference in New Issue