Sfoglia il codice sorgente

do not hide the sidebar by default

Karsten Böddeker 8 anni fa
parent
commit
6147c24297
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/sidebar.js

+ 1 - 1
lib/sidebar.js

@@ -4,7 +4,7 @@ define([], function () {
 
     var sidebar = document.createElement("div")
     sidebar.classList.add("sidebar")
-    sidebar.classList.add("hidden")
+//    sidebar.classList.add("hidden")
     sidebar.id = "sidebar"
     el.appendChild(sidebar)