Post hostname with bookmark

This commit is contained in:
Ruud
2012-03-18 17:44:20 +01:00
parent 4cca9fbb6a
commit 7dd89247f2
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Userscript(Plugin):
params = {
'includes': fireEvent('userscript.get_includes', merge = True),
'excludes': fireEvent('userscript.get_excludes', merge = True),
'host': fireEvent('app.api_url', single = True)
'host': getParam('host', None),
}
return self.renderTemplate(__file__, 'bookmark.js', **params)