6 lines
73 B
CoffeeScript
6 lines
73 B
CoffeeScript
|
'use strict'
|
||
|
|
||
|
# jQuery Turbolinks
|
||
|
$ ->
|
||
|
$('[rel~="tooltip"]').tooltip()
|