# HG changeset patch # User Atul Varma # Date 1238187376 25200 # Node ID e077838df525d33c868fba0cd5accb355092ce0f # Parent 96bb8d08e94ae1cb082f63435464f988a4c9a986 Changed the previewUrl for wowhead to just be a relative URL. diff -r 96bb8d08e94a -r e077838df525 wowhead/wowhead.js --- a/wowhead/wowhead.js Fri Mar 27 13:34:14 2009 -0700 +++ b/wowhead/wowhead.js Fri Mar 27 13:56:16 2009 -0700 @@ -8,7 +8,7 @@ description: "A short description of your command", help: "How to use your command", takes: {"input": /.*/}, - previewUrl: Utils.url({uri: "results.html", base: feed.id}), + previewUrl: "results.html", preview: function(pblock, input) { var url = ("http://www.wowhead.com/?search=" + encodeURI(input.text) + "&opensearch");