projects
/
ryf-theme.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
changes to header, footer and main divs
[ryf-theme.git]
/
js
/
hacks.js
Commit
Line
Data
ccc0e97e
VSB
1
(function($){
2
$(document).ready(function(){
3
3b4c4c56
AE
4
// expand top menu by default in mobile view
5
$("#navbar-collapse").addClass("in");
6
ccc0e97e
VSB
7
});
8
9
})(jQuery);