add scroll down on key down
This commit is contained in:
@ -41,5 +41,8 @@
|
||||
}
|
||||
});
|
||||
});
|
||||
$('html').keypress(function(){
|
||||
scrollToBottom()
|
||||
})
|
||||
});
|
||||
})(OC, window, jQuery);
|
||||
|
Reference in New Issue
Block a user