1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00

new: Redirect through dereferer.org for external links

This commit is contained in:
Mark McDowall 2014-02-27 16:17:18 -08:00
parent a2953ec344
commit 645d44bf8f

View File

@ -53,7 +53,7 @@ define(
else { else {
//Open in new tab //Open in new tab
window.open(href, '_blank'); window.open('http://www.dereferer.org/?' + encodeURI(href), '_blank');
} }
} }
}; };