Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AyshaHakeem committed Sep 11, 2024
1 parent e6e0bc3 commit ef2495c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wiki/public/js/render_wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ window.RenderWiki = class RenderWiki extends Wiki {
}

set_edit_mode() {
// $(".sidebar-item, .sidebar-group").addClass("disxabled");

$(".web-sidebar ul").each(setSortable);

frappe.call({
Expand All @@ -264,7 +262,6 @@ window.RenderWiki = class RenderWiki extends Wiki {

// switch to edit mode
toggleEditor();
// $("html").css({ overflow: "auto" });

if (!urlParams.get("editWiki")) set_search_params("editWiki", "1");
}
Expand Down

0 comments on commit ef2495c

Please sign in to comment.