fix lock permissions view and autoload not kicking in on touch devices under certain conditions

This commit is contained in:
marijus
2014-03-25 15:27:45 +01:00
parent 50a7e9ce8f
commit 89b573a6f3
8 changed files with 20 additions and 57 deletions

View File

@@ -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');
});