GitHub user darren22 opened a pull request:
https://github.com/apache/incubator-cordova-weinre/pull/5
Minor fix for index page in https
Links on index page were all null when using https due to an
incorrectly-referenced variable in index.js
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/darren22/incubator-cordova-weinre master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-weinre/pull/5.patch
----
commit 22acac1c6071e2c8423bfc8c4eb70afd9a68b825
Author: Darren Thomson <[email protected]>
Date: 2012-07-25T14:26:36-07:00
Fix issue with links on index page for https
Links on index page were all null when using https due to an
incorrectly-referenced variable in index.js
----