diff --git a/static/index/index.js b/static/index/index.js index c8b686b5b..0d3bc24da 100644 --- a/static/index/index.js +++ b/static/index/index.js @@ -76,3 +76,9 @@ window.confirm = function(message) { }) }); }; +var nav = $("section.oh-wrapper.oh-main__topbar"); +nav.after($( + ` +
+ ` +)) \ No newline at end of file