Fix spacing.
This commit is contained in:
parent
3de53a0a1b
commit
2596946778
@ -522,15 +522,13 @@ $(document).ready(function(event) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//navigation temporary, rewrite this!
|
//navigation temporary, rewrite this!
|
||||||
$('#songinfo').click(
|
$('#songinfo').click(function() {
|
||||||
function() {
|
|
||||||
return switchContent('nowPlaying');
|
return switchContent('nowPlaying');
|
||||||
});
|
});
|
||||||
$('#controlspopupimage').click(
|
$('#controlspopupimage').click(function() {
|
||||||
function() {
|
|
||||||
return switchContent('current');
|
return switchContent('current');
|
||||||
});
|
});
|
||||||
$('#navToggleFullscreen').click(function(){
|
$('#navToggleFullscreen').click(function() {
|
||||||
toggleFullscreen();
|
toggleFullscreen();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user