Context menu to send the page and selections in text inputs.

Added protocols translations
Apk link adjusted to new wiki page
This commit is contained in:
amla70
2010-08-02 10:12:09 +00:00
parent 6519c0e224
commit 6971a70671
22 changed files with 114 additions and 33 deletions

View File

@@ -25,7 +25,7 @@ var sendtophoneCore = {
apiVersion : 4,
loggedInUrl : "http://code.google.com/p/chrometophone/logo?login",
loggedOutUrl : "http://code.google.com/p/chrometophone/logo?logout",
apkUrl : "http://code.google.com/p/chrometophone/downloads/detail?name=chrometophone-android-v1.2.apk",
apkUrl : "http://code.google.com/p/chrometophone/wiki/AndroidApp",
init: function()
{
@@ -196,7 +196,7 @@ var sendtophoneCore = {
this.popupNotification(this.getString("DeviceNotRegistered"));
// Open tab with apk download
this.openTab(me.apkUrl);
this.openTab(this.apkUrl);
return;
}