Allow open in new tab

This commit is contained in:
Ruud
2012-01-31 09:09:55 +01:00
parent c70489fddb
commit 21105d324e
2 changed files with 8 additions and 7 deletions
@@ -86,7 +86,7 @@ var UserscriptSettingTab = new Class({
new Element('a', {
'text': 'Install userscript',
'href': Api.createUrl('userscript.get')+'couchpotato.user.js',
'normalhref': true
'target': '_self'
})
);