From f4da6784652fd546bd6261300635683985cb8da5 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 6 Oct 2015 16:14:37 -0500 Subject: [PATCH] Fixes the bootstrap version to 3.1.1, because using the current (3.3.5) causes UI problems (tooltips not dissapearing). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 514585d31..ed4b2eab3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "async": "0.9.0", "autosize": "^1.18.13", - "bootstrap": "^3.1.1", + "bootstrap": "3.1.1", "events": "*", "i18next-client": "1.7.7", "jquery": "^2.1.1",