fix bug: playlist source button not clickable for left side, fix angular inprogress error

This commit is contained in:
listen1 2016-05-23 16:32:42 +08:00
parent 9c2ada67df
commit b161ba5173
2 changed files with 2 additions and 1 deletions

View File

@ -974,6 +974,7 @@ li {
position: absolute;
right: -32px;
top: 0px;
z-index: 10;
}
.source-list button{

View File

@ -483,7 +483,7 @@
$scope.saveLocalSettings();
}
else {
angularPlayer.adjustVolumeSlider($scope.volume);
$timeout(function(){angularPlayer.adjustVolumeSlider($scope.volume)},0);
}
}