Explorar el Código

remove dropdown from crowi-plus/page_list.html

Yuki Takei hace 8 años
padre
commit
6537fbf02a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lib/views/crowi-plus/page_list.html

+ 3 - 0
lib/views/crowi-plus/page_list.html

@@ -29,6 +29,9 @@
         {# force remove #revision-toc from #content_main of parent #}
         <script>
           $('#revision-toc').remove();
+
+          // hide unportalize button
+          $('.portal > .nav > .dropdown').remove();
         </script>
 
       </div> {# /.col- #}