Yuki Takei hace 8 años
padre
commit
5e300b4974
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'));
 });