mirror of https://github.com/morpheus65535/bazarr
Update episode.tpl
Remove annoying "Loading..." when not needed on episodes page
This commit is contained in:
parent
7aee4265c0
commit
67cbaf66d2
|
@ -317,7 +317,7 @@
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
$('a, i').click(function(){
|
$('a, i:not(.dropdown)').click(function(){
|
||||||
$('#loader').addClass('active');
|
$('#loader').addClass('active');
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue