fix lock permissions view and autoload not kicking in on touch devices under certain conditions
This commit is contained in:
@@ -30,6 +30,9 @@ if ($('aside').html().length == 0) {
|
||||
}
|
||||
|
||||
$('#expand-tabs').click(function() {
|
||||
if(!$('#tabs-collapse-1').hasClass('in')){
|
||||
$('html, body').animate({ scrollTop: 0 }, 'slow');
|
||||
}
|
||||
$('#expand-tabs-icon').toggleClass('icon-circle-arrow-down').toggleClass('icon-circle-arrow-up');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user