18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
[arvados.git] / apps / workbench / app / assets / javascripts / bootstrap.js
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 (function() {
6   jQuery(function() {
7     $("a[rel=popover]").popover();
8     $(".tooltip").tooltip();
9     return $("a[rel=tooltip]").tooltip();
10   });
11 }).call(this);