projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31fd220
)
expand top menu in mobile view by default
author
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 25 Jun 2019 19:33:02 +0000
(15:33 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 25 Jun 2019 19:33:02 +0000
(15:33 -0400)
js/hacks.js
patch
|
blob
|
blame
|
history
diff --git
a/js/hacks.js
b/js/hacks.js
index e1c703489aa612bf7cfb9165957743e410b179f4..96ed554588993bae865f5dc1cc12f5a31f1f301a 100644
(file)
--- a/
js/hacks.js
+++ b/
js/hacks.js
@@
-4,6
+4,9
@@
// Fixing hack to main-containe width Layout
$(".main-container").addClass("container");
$(".main-container").removeClass("container-fluid");
+ // expand top menu by default in mobile view
+ $("#navbar-collapse").addClass("in");
+
});
})(jQuery);