Browse Source

live widgets

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
0f73eab084
  1. 4
      app/assets/javascripts/application.js.coffee

4
app/assets/javascripts/application.js.coffee

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

Loading…
Cancel
Save