From bfcd0c0fe38cdeb95f2c3dd52aa522a778604153 Mon Sep 17 00:00:00 2001 From: nomaro <romano490@hotmail.com> Date: Sat, 20 Dec 2014 12:54:49 +0100 Subject: [PATCH] Update config_notifications.tmpl --- data/interfaces/default/config_notifications.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/config_notifications.tmpl b/data/interfaces/default/config_notifications.tmpl index 4d6df5724..e5875fab6 100755 --- a/data/interfaces/default/config_notifications.tmpl +++ b/data/interfaces/default/config_notifications.tmpl @@ -1254,7 +1254,7 @@ <div class="component-group clearfix"> <div class="component-group-desc"> <img class="notifier-icon" src="$sbRoot/images/notifiers/betaseries.png" alt="" title="BetaSeries" /> - <h3><a href="http://betaseries.com/" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href, '_blank'); return false;">{ betaseries.com }</a></h3> + <h3><a href="http://betaseries.com/" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">{ betaseries.com }</a></h3> <p>French equivalent of trakt.tv.</p> </div> <fieldset class="component-group-list"> -- GitLab