You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/05/02 21:52:16 UTC

git commit: Add ngrok to list of URL templates

Repository: cordova-app-harness
Updated Branches:
  refs/heads/master 6eabf1b49 -> 4a070b18c


Add ngrok to list of URL templates


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/4a070b18
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/4a070b18
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/4a070b18

Branch: refs/heads/master
Commit: 4a070b18c71a24c455a75b03c2d2e915a56c9ef2
Parents: 6eabf1b
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri May 2 15:51:54 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri May 2 15:51:54 2014 -0400

----------------------------------------------------------------------
 www/cdvah/views/add.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/4a070b18/www/cdvah/views/add.html
----------------------------------------------------------------------
diff --git a/www/cdvah/views/add.html b/www/cdvah/views/add.html
index d0275ac..d894469 100644
--- a/www/cdvah/views/add.html
+++ b/www/cdvah/views/add.html
@@ -27,6 +27,7 @@
         <option value="localhost:8000">localhost</option>
         <option value="KEY.t.proxylocal.com">ProxyLocal</option>
         <option value="KEY.localtunnel.com">LocalTunnel</option>
+        <option value="KEY.ngrok.com">ngrok</option>
     </select>
   </div>
   <div class="buttons">