mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Slide bugfix
This commit is contained in:
parent
dd9c4725ba
commit
c696ea8b58
1 changed files with 3 additions and 1 deletions
|
@ -340,6 +340,8 @@ $(document).ready(function () {
|
|||
app.run('#/');
|
||||
$('#slider-container').width(2*$('#slider').width() +'px');
|
||||
$(window).resize(function() {
|
||||
$('#slider-container').width(2*$('#slider').width() +'px');
|
||||
$('#slideBack').css('display', 'none');
|
||||
$('#slideTo').css('display', 'none');
|
||||
$('#slider-container').width(2*$('#slider').width() +'px').removeClass('move').css('margin-left', '0px');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue