We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e0bc3 commit ef2495cCopy full SHA for ef2495c
wiki/public/js/render_wiki.js
@@ -237,8 +237,6 @@ window.RenderWiki = class RenderWiki extends Wiki {
237
}
238
239
set_edit_mode() {
240
- // $(".sidebar-item, .sidebar-group").addClass("disxabled");
241
-
242
$(".web-sidebar ul").each(setSortable);
243
244
frappe.call({
@@ -264,7 +262,6 @@ window.RenderWiki = class RenderWiki extends Wiki {
264
262
265
263
// switch to edit mode
266
toggleEditor();
267
- // $("html").css({ overflow: "auto" });
268
269
if (!urlParams.get("editWiki")) set_search_params("editWiki", "1");
270
0 commit comments