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

causes UI problems (tooltips not dissapearing).
This commit is contained in:
Boris Grozev 2015-10-06 16:14:37 -05:00
parent 1cb7ea3e05
commit f4da678465
1 changed files with 1 additions and 1 deletions

View File

@ -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",