|
|
@ -15,8 +15,8 @@ |
|
|
|
#= require_self |
|
|
|
#= require_self |
|
|
|
|
|
|
|
|
|
|
|
$ -> |
|
|
|
$ -> |
|
|
|
$('[rel=popover]').popover() |
|
|
|
$(document).popover(selector: '[rel=popover]') |
|
|
|
$('[rel=tooltip]').tooltip() |
|
|
|
$(document).tooltip(selector: '[rel=tooltip]') |
|
|
|
|
|
|
|
|
|
|
|
$('.pjax-nav a:not([data-remote]):not([data-behavior]):not([data-skip-pjax])').pjax('[data-pjax-container]') |
|
|
|
$('.pjax-nav a:not([data-remote]):not([data-behavior]):not([data-skip-pjax])').pjax('[data-pjax-container]') |
|
|
|
|
|
|
|
|
|
|
|