Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B908C11326 for ; Wed, 6 Aug 2014 20:22:06 +0000 (UTC) Received: (qmail 27730 invoked by uid 500); 6 Aug 2014 20:22:06 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 27618 invoked by uid 500); 6 Aug 2014 20:22:06 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 27602 invoked by uid 99); 6 Aug 2014 20:22:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2014 20:22:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 472439C104D; Wed, 6 Aug 2014 20:22:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mmocny@apache.org To: commits@cordova.apache.org Date: Wed, 06 Aug 2014 20:22:07 -0000 Message-Id: <6874de2958044e89902e181188c1fa64@git.apache.org> In-Reply-To: <7e0de3c9b00e41c8bbf957e249b4e26b@git.apache.org> References: <7e0de3c9b00e41c8bbf957e249b4e26b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Replace ?showBack with #?showBack for wp8 Replace ?showBack with #?showBack for wp8 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/b73c9bdb Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/b73c9bdb Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/b73c9bdb Branch: refs/heads/master Commit: b73c9bdbb3f7afc5f482dbc87798bb28c722085c Parents: e1dc65c Author: Michal Mocny Authored: Wed Aug 6 16:01:27 2014 -0400 Committer: Michal Mocny Committed: Wed Aug 6 16:01:27 2014 -0400 ---------------------------------------------------------------------- www/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/b73c9bdb/www/main.js ---------------------------------------------------------------------- diff --git a/www/main.js b/www/main.js index 5838b25..7e37e53 100644 --- a/www/main.js +++ b/www/main.js @@ -194,7 +194,7 @@ function runMain() { createActionButton('Auto Tests', setMode.bind(null, 'auto')); createActionButton('Manual Tests', setMode.bind(null, 'manual')); createActionButton('Reset App', location.reload.bind(location)); - if (/showBack/.exec(location.search)) { + if (/showBack/.exec(location.hash)) { createActionButton('Back', function() { history.go(-1); });