060520 Theme optimization and mobile layout changes

This commit is contained in:
Daisuke
2020-05-06 11:48:21 -05:00
parent 6de44032b7
commit 9d42478acd
29 changed files with 203 additions and 5309 deletions

View File

@ -129,6 +129,15 @@ $('body').on('click', '.gotop a', function(e) {
return false;
});
$('body').on('click', '.topbar:not(a)', function(e) {
if(e.target !== e.currentTarget) return;
e.preventDefault();
$('html, body').animate({
scrollTop: 0
}, 800);
return false;
});
$('body').on('click', '#loader', function() {
var cnt = $("#loaded").contents();
// $("#content").prepend(cnt);