Browse Source

add comment

Yuki Takei 8 years ago
parent
commit
5e300b4974
1 changed files with 1 additions and 1 deletions
  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() {
 $('a[data-toggle="tab"][href="#revision-history"]').on('show.bs.tab', function() {
   ReactDOM.render(<PageHistory pageId={pageId} crowi={crowi} />, document.getElementById('revision-history'));
   ReactDOM.render(<PageHistory pageId={pageId} crowi={crowi} />, document.getElementById('revision-history'));
 });
 });