mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Merge branch 'markus101'
Conflicts: NzbDrone.Web/Views/Series/Index.cshtml
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
function grid_bind(args) {
|
||||
var id = this.attributes[0].textContent;
|
||||
var parent = $('#' + id).parent();
|
||||
parent.children('.grid-loader').stop().css("top", "0px").fadeIn('slow');
|
||||
}
|
||||
|
||||
function grid_bound(args) {
|
||||
var id = this.attributes[0].textContent;
|
||||
var parent = $('#' + id).parent();
|
||||
$('.grid-container').children('.grid-loader').stop().fadeOut('slow');
|
||||
}
|
||||
Reference in New Issue
Block a user