Browse Source

delete hackmd at hashchange

zahmis 5 years ago
parent
commit
213c964163
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/client/js/legacy/crowi.js

+ 0 - 3
src/client/js/legacy/crowi.js

@@ -290,9 +290,6 @@ window.addEventListener('hashchange', (e) => {
     if (window.location.hash === '#edit') {
       $('a[href="#edit"]').tab('show');
     }
-    else if (window.location.hash === '#hackmd') {
-      $('a[href="#hackmd"]').tab('show');
-    }
   }
   else {
     $('a[href="#revision-body"]').tab('show');