1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 18:48:49 +01:00

Add bootstrap

This commit is contained in:
2014-12-07 18:16:52 +01:00
parent 5130a431da
commit 1f6e74785e
6 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
jQuery ->
$("a[rel~=popover], .has-popover").popover()
$("a[rel~=tooltip], .has-tooltip").tooltip()