1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 23:42:33 +01: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';
}
var appQual = $('#AppendQuality');
if ($('#AppendQuality').attr('checked'))
result += ' [TV]';