UserScript install fix for Chrome

This commit is contained in:
Ruud
2012-01-22 14:20:45 +01:00
parent 0c920a2f05
commit 31a7611171
3 changed files with 12 additions and 9 deletions
@@ -85,7 +85,7 @@ var UserscriptSettingTab = new Class({
}).inject(self.content).adopt(
new Element('a', {
'text': 'Install userscript',
'href': Api.createUrl('userscript.get')+'?couchpotato.user.js',
'href': Api.createUrl('userscript.get')+'couchpotato.user.js',
'normalhref': true
})
);