Opera to Phone v1.3.2 (bug fixes)

This commit is contained in:
rich.tibbett
2010-12-17 10:34:51 +00:00
parent 22f03890c9
commit 1dc3283053
2 changed files with 71 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" id="https://addons.opera.com/addons/extensions/details/opera-to-phone/" version="1.3.1">
<widget xmlns="http://www.w3.org/ns/widgets" id="https://addons.opera.com/addons/extensions/details/opera-to-phone/" version="1.3.2">
<name>Opera to Phone</name>
<access origin="https://chrometophone.appspot.com"/>
<icon src="icon_64.png"/>

View File

@@ -3,6 +3,8 @@
// @include https://*
// ==/UserScript==
if ( window.location === window.parent.location) {
var ACTION_CAPTURE_SELECTION = 'capture_selection';
var ACTION_SEND_PAGE = 'send_to_phone';
var ACTION_CLOSE_TAB = 'close_tab';
@@ -74,3 +76,5 @@ window.addEventListener( 'DOMContentLoaded', function() {
});
}
}, false);
}