open sesame (or, "I brought back tooltips")

This commit is contained in:
Andreas Nedbal 2021-02-26 22:50:49 +01:00
parent 3dc7bc9567
commit abf772448e
1 changed files with 2 additions and 1 deletions

View File

@ -88,4 +88,5 @@ $(document).ready _ready
$(document).on 'turbolinks:load', _ready
$(document).on 'turbolinks:render', ->
$('.dropdown-toggle').dropdown()
$('.dropdown-toggle').dropdown()
$('[data-toggle="tooltip"]').tooltip()