Toggle monitored status from season pass as well as all seasons (skip specials)

This commit is contained in:
Mark McDowall 2013-09-23 17:53:56 -07:00
parent 154a6b39be
commit f32cbbb224
9 changed files with 81 additions and 22 deletions

View file

@ -13,7 +13,7 @@
var filename = a.pathname.split('/').pop();
//Suppress Firefox debug errors when console window is closed
if (filename.toLowerCase() === 'markupview.jsm') {
if (filename.toLowerCase() === 'markupview.jsm' || filename.toLowerCase() === 'markup-view.js') {
return false;
}