You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/08/06 22:21:50 UTC

spec commit: Replace ?showBack with #?showBack for wp8

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 286669d15 -> be7d415a0


Replace ?showBack with #?showBack for wp8


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/be7d415a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/be7d415a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/be7d415a

Branch: refs/heads/master
Commit: be7d415a00ef04177a87cafac28653e109aaaeb9
Parents: 286669d
Author: Michal Mocny <mm...@gmail.com>
Authored: Wed Aug 6 16:21:35 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Wed Aug 6 16:21:35 2014 -0400

----------------------------------------------------------------------
 www/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/be7d415a/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 39bc875..45564f7 100644
--- a/www/index.html
+++ b/www/index.html
@@ -41,7 +41,7 @@ UUID: <span id="uuid">  </span>
 Model: <span id="model"> </span>
 Width: <span id="width">  </span>,   Height: <span id="height"></span>, Color Depth: <span id="colorDepth"></span>
 User-Agent: <span id="user-agent"> </span></div>
-    <a href="cdvtests/index.html?showBack" class="btn large">New-Style Tests</a>
+    <a href="cdvtests/index.html#?showBack" class="btn large">New-Style Tests</a>
     <a href="autotest/index.html" class="btn large">Automatic Test</a>
     <a href="accelerometer/index.html" class="btn large">Accelerometer</a>
     <a href="audio/index.html" class="btn large">Audio Play/Record</a>