Repository: airavata-php-gateway Updated Branches: refs/heads/develop 73fe9a29e -> 271ba9e11
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/271ba9e1 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/271ba9e1 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/271ba9e1 Branch: refs/heads/develop Commit: 271ba9e1164e5f56b335b45f66b63db6eb4267e3 Parents: 73fe9a2 Author: scnakandala <[email protected]> Authored: Mon May 22 15:56:53 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 15:56:53 2017 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-queue-block.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/271ba9e1/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 c77e175..e48814e 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -257,6 +257,13 @@ nodeCount.val(Math.ceil(cpuCountVal/cpusPerNode)); } }); + }else{ + nodeCount.keyup(function(){ + //doing nothing + }); + cpuCount.keyup(function(){ + //doing nothing + }); } } }
