e060479af6
- Remove older bootstrap gem - Install new bootstrap (up to date :) ) - Fix and finish layout partials - Add links for mobiles in the navbar - Update gemfile Close #15
4 lines
104 B
CoffeeScript
4 lines
104 B
CoffeeScript
jQuery ->
|
|
$("a[rel~=popover], .has-popover").popover()
|
|
$("a[rel~=tooltip], .has-tooltip").tooltip()
|