1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 01:27:00 +00:00

Removed debugging JS.

This commit is contained in:
Mark McDowall 2012-01-04 18:20:34 -08:00
parent e4a2228b2c
commit 7963390126

View file

@ -31,7 +31,6 @@ function createSingleEpisodeExample() {
result += 'Episode Name'; result += 'Episode Name';
} }
var appQual = $('#AppendQuality');
if ($('#AppendQuality').attr('checked')) if ($('#AppendQuality').attr('checked'))
result += ' [TV]'; result += ' [TV]';