changeset 6:e077838df525

Changed the previewUrl for wowhead to just be a relative URL.
author Atul Varma <varmaa@toolness.com>
date Fri, 27 Mar 2009 13:56:16 -0700
parents 96bb8d08e94a
children c89423660272
files wowhead/wowhead.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");