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 <[email protected]> Authored: Mon May 22 16:39:04 2017 -0400 Committer: scnakandala <[email protected]> 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; } } }
