update bundle, bring in bootstrap-editable
[arvados.git] / apps / workbench / app / assets / javascripts / bootstrap.js.coffee
diff --git a/apps/workbench/app/assets/javascripts/bootstrap.js.coffee b/apps/workbench/app/assets/javascripts/bootstrap.js.coffee
new file mode 100644 (file)
index 0000000..c9404a8
--- /dev/null
@@ -0,0 +1,4 @@
+jQuery ->
+  $("a[rel=popover]").popover()
+  $(".tooltip").tooltip()
+  $("a[rel=tooltip]").tooltip()
\ No newline at end of file