From 067651b715fdce9aad5adb8fb89ebe73392d7f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 1 Mar 2019 14:48:08 +0100 Subject: [PATCH] Use tooltip dist file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/src/globals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/globals.js b/core/src/globals.js index 8c09e3a08e..d813a1ba26 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -30,7 +30,7 @@ import 'jquery-ui-dist/jquery-ui.theme.css' // END TODO import autosize from 'autosize' import Backbone from 'backbone' -import 'bootstrap/js/src/tooltip' +import 'bootstrap/js/dist/tooltip' import ClipboardJS from 'clipboard' import cssVars from 'css-vars-ponyfill' import dav from 'davclient.js'