Browse Source

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

causes UI problems (tooltips not dissapearing).
j8
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
   "dependencies": {
18
   "dependencies": {
19
     "async": "0.9.0",
19
     "async": "0.9.0",
20
     "autosize": "^1.18.13",
20
     "autosize": "^1.18.13",
21
-    "bootstrap": "^3.1.1",
21
+    "bootstrap": "3.1.1",
22
     "events": "*",
22
     "events": "*",
23
     "i18next-client": "1.7.7",
23
     "i18next-client": "1.7.7",
24
     "jquery": "^2.1.1",
24
     "jquery": "^2.1.1",

Loading…
Cancel
Save