From 148fc044579fc8724b45450f12d83ae300e485e1 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel Date: Thu, 31 Mar 2011 15:45:01 -0600 Subject: [PATCH] fix scope, rather than a uri, use a string selected (in an ad-hoc fashion) for open web app conduits --- service_sendImage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_sendImage.html b/service_sendImage.html index 2a4c10f..9523467 100644 --- a/service_sendImage.html +++ b/service_sendImage.html @@ -9,7 +9,7 @@ var gRequestArguments = null; // XX need some way to message up to UA that "Okay" should be enabled -chan = Channel.build({window: window.parent, origin: "*", scope: "http://localhost:8410/service/sendImage"}); +var chan = Channel.build({window: window.parent, origin: "*", scope: "openwebapps_conduit"}); chan.bind("image.send", function(t, args) { try {