ソースを参照

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年前
コミット
f4da678465
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      package.json

+ 1
- 1
package.json ファイルの表示

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

読み込み中…
キャンセル
保存