Yuki Takei il y a 8 ans
Parent
commit
5e300b4974
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      resource/js/app.js

+ 1 - 1
resource/js/app.js

@@ -224,7 +224,7 @@ if (customTitleEditorElem != null) {
   )
 }
 
-// うわーもうー
+// うわーもうー (commented by Crowi team -- 2018.03.23 Yuki Takei)
 $('a[data-toggle="tab"][href="#revision-history"]').on('show.bs.tab', function() {
   ReactDOM.render(<PageHistory pageId={pageId} crowi={crowi} />, document.getElementById('revision-history'));
 });