Repository: airavata-php-gateway Updated Branches: refs/heads/develop deb0dc935 -> c25cb40f8
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/c25cb40f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/c25cb40f Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/c25cb40f Branch: refs/heads/develop Commit: c25cb40f88610034c8fae774527079b59d7cd320 Parents: deb0dc9 Author: scnakandala <[email protected]> Authored: Mon May 22 16:28:09 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 16:28:09 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/c25cb40f/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 6b9580f..372bafc 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -260,8 +260,8 @@ nodeCount.bind('keyup', nodeCountOnKeyUp(nodeCount, cpuCount, cpusPerNode)); cpuCount.bind('keyup', cpuCountOnKeyUp(nodeCount, cpuCount, cpusPerNode)); }else{ - nodeCount.unbind('keyup', nodeCountOnKeyUp); - cpuCount.unbind('keyup', cpuCountOnKeyUp); +// nodeCount.unbind('keyup', nodeCountOnKeyUp); +// cpuCount.unbind('keyup', cpuCountOnKeyUp); } } }
