LoginSignup
0
0

More than 5 years have passed since last update.

Crowiの表示がIE11でおかしかったときのメモ

Last updated at Posted at 2017-05-12

結論

IE11にPromiseが実装されていないせい。

対処

PromiseをPolyfillする。

以下、ちょっと泥臭い方法。

  1. crowi/public/js 下にes6-promiseを放り込む
  2. crowi/lib/views/layout/layout.htmlに以下を挿入
<script src="/js/es6-promise.auto.min.js"></script>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0