Browse Source

Fixes the bootstrap version to 3.1.1, because using the current (3.3.5)

causes UI problems (tooltips not dissapearing).
master
Boris Grozev 10 years ago
parent
commit
f4da678465
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -18,7 +18,7 @@
18 18
   "dependencies": {
19 19
     "async": "0.9.0",
20 20
     "autosize": "^1.18.13",
21
-    "bootstrap": "^3.1.1",
21
+    "bootstrap": "3.1.1",
22 22
     "events": "*",
23 23
     "i18next-client": "1.7.7",
24 24
     "jquery": "^2.1.1",

Loading…
Cancel
Save