Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EFCEA200C8B for ; Mon, 22 May 2017 22:39:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EE4B6160BBF; Mon, 22 May 2017 20:39:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 64740160BAD for ; Mon, 22 May 2017 22:39:08 +0200 (CEST) Received: (qmail 21738 invoked by uid 500); 22 May 2017 20:39:07 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 21729 invoked by uid 99); 22 May 2017 20:39:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2017 20:39:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F1CCDFB01; Mon, 22 May 2017 20:39:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Message-Id: <1ac49df7c4234486b61b13637228e554@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata-php-gateway git commit: fixing bug Date: Mon, 22 May 2017 20:39:07 +0000 (UTC) archived-at: Mon, 22 May 2017 20:39:09 -0000 Repository: airavata-php-gateway Updated Branches: refs/heads/develop aec1fa87a -> ad6398f07 fixing bug Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/ad6398f0 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ad6398f0 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ad6398f0 Branch: refs/heads/develop Commit: ad6398f07c0b11e358f5310dde902d9db098f5ef Parents: aec1fa8 Author: scnakandala Authored: Mon May 22 16:39:04 2017 -0400 Committer: scnakandala Committed: Mon May 22 16:39:04 2017 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-queue-block.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ad6398f0/app/views/partials/experiment-queue-block.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/experiment-queue-block.blade.php b/app/views/partials/experiment-queue-block.blade.php index 45edd34..e488dd7 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -257,8 +257,8 @@ } }); }else{ - cpuCount.keyup(null); - nodeCount.keyup(null); + cpuCount.onkeyup = null; + nodeCount.onkeyup = null; } } }