diff --git a/node/src/documents/modules/dropdown.html b/node/src/documents/modules/dropdown.html
index 7b5bac945..e193f9374 100755
--- a/node/src/documents/modules/dropdown.html
+++ b/node/src/documents/modules/dropdown.html
@@ -6,7 +6,6 @@ title : 'Dropdown'
type : 'UI Module'
---
-
diff --git a/node/src/files/javascript/semantic.js b/node/src/files/javascript/semantic.js
index b623c6101..5600520a4 100755
--- a/node/src/files/javascript/semantic.js
+++ b/node/src/files/javascript/semantic.js
@@ -34,6 +34,7 @@ semantic.ready = function() {
$waypoints = $('.main.container').find('h2').first().siblings('h2').andSelf(),
$menuPopup = $('.ui.main.menu .popup.item'),
+ $menuDropdown = $('.ui.main.menu .dropdown'),
$example = $('.example'),
$shownExample = $example.filter('.shown'),
@@ -449,6 +450,13 @@ semantic.ready = function() {
})
;
+ $menuDropdown
+ .dropdown({
+ on : 'hover',
+ action : 'none'
+ })
+ ;
+
$menu
.sidr({
name: 'menu'
diff --git a/node/src/layouts/default.html.eco b/node/src/layouts/default.html.eco
index 3c4b5b1cc..d2be2be32 100755
--- a/node/src/layouts/default.html.eco
+++ b/node/src/layouts/default.html.eco
@@ -76,6 +76,7 @@
+
@@ -167,8 +168,8 @@
<% end %>
-
-
<%= "#{pageNumber} of #{pageCount}" %>
+