Removed ignore relative urls

Replaced play/stop images on Series Editor with Font-Awesome
This commit is contained in:
Mark McDowall 2012-10-28 12:15:56 -07:00
commit 57206b7cee
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
var seriesId = 0;
var saveSeasonIgnoreUrl = '../Command/SaveSeasonIgnore';
var saveEpisodeIgnoreUrl = '../Command/SaveEpisodeIgnore';
var saveSeasonIgnoreUrl = '/command/saveseasonignore';
var saveEpisodeIgnoreUrl = '/command/saveepisodeignore';
var changeQualityType;
var changeQualityData;
var changeEpisodeQualityUrl = '../Episode/ChangeEpisodeQuality';
var changeSeasonQualityUrl = '../Episode/ChangeSeasonQuality';
var changeEpisodeQualityUrl = '/episode/changeepisodequality';
var changeSeasonQualityUrl = '/episode/changeseasonquality';
//Episode Ignore Functions
$(".ignoreEpisode").live("click", function () {