mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Removed grid loading overlays.
This commit is contained in:
parent
a91339dd7e
commit
01425ac0da
8 changed files with 7 additions and 77 deletions
|
@ -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');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue