Răsfoiți Sursa

delete unuse jquery

zahmis 5 ani în urmă
părinte
comite
2a84de6d00
1 a modificat fișierele cu 0 adăugiri și 8 ștergeri
  1. 0 8
      src/client/js/legacy/crowi.js

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

@@ -220,19 +220,11 @@ window.addEventListener('load', (e) => {
     if ((window.location.hash === '#edit' || window.location.hash === '#edit-form')) {
       navigationContainer.setEditorMode('edit');
 
-      $('a[href="#edit"]').tab('show');
-      $('body').addClass('on-edit');
-      $('body').addClass('builtin-editor');
-
       // focus
       Crowi.setCaretLineAndFocusToEditor();
     }
     else if (window.location.hash === '#hackmd') {
       navigationContainer.setEditorMode('hackmd');
-
-      $('a[href="#hackmd"]').tab('show');
-      $('body').addClass('on-edit');
-      $('body').addClass('hackmd');
     }
   }
 });