Fixed for Chrome 7

This commit is contained in:
burke.davey
2010-10-24 18:33:46 +00:00
parent 7ebc7fcd06
commit b99b5d2ca7

View File

@@ -14,11 +14,12 @@
* limitations under the License.
*/
<script src="http://chrometophone.appspot.com/_ah/channel/jsapi"/>
<script src="send_logic.js"/>
<html>
<script src="http://chrometophone.appspot.com/_ah/channel/jsapi"></script>
<script src="send_logic.js"></script>
<script>
function onClickHandler(info, tab) {
var url = info.srcUrl;
if (url == undefined) url = info.linkUrl;
@@ -48,3 +49,5 @@ if (chrome.contextMenus) {
initializeBrowserChannel();
</script>
</html>