mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -05:00
Merge pull request #1188 from dsoms/patch-1
Removed console logging in ajaxEpSearch.js
This commit is contained in:
commit
6a06de87a8
@ -33,7 +33,6 @@ function check_manual_searches() {
|
|||||||
|
|
||||||
function updateImages(data) {
|
function updateImages(data) {
|
||||||
$.each(data.episodes, function (name, ep) {
|
$.each(data.episodes, function (name, ep) {
|
||||||
console.debug(ep.searchstatus);
|
|
||||||
// Get td element for current ep
|
// Get td element for current ep
|
||||||
var loadingImage = 'loading16.gif';
|
var loadingImage = 'loading16.gif';
|
||||||
var queuedImage = 'queued.png';
|
var queuedImage = 'queued.png';
|
||||||
@ -123,7 +122,6 @@ function disableLink(el) {
|
|||||||
|
|
||||||
// Check if we have disabled the click
|
// Check if we have disabled the click
|
||||||
if ( $(this).attr('enableClick') == '0' ) {
|
if ( $(this).attr('enableClick') == '0' ) {
|
||||||
console.debug("Already queued, not downloading!");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -180,4 +178,3 @@ function disableLink(el) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user