mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Fixed for Chrome 7
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user