Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 559c239ea -> 2f41e27d1


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/2f41e27d
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2f41e27d
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2f41e27d

Branch: refs/heads/develop
Commit: 2f41e27d1725de082047421596608e6083ff6039
Parents: 559c239
Author: scnakandala <[email protected]>
Authored: Tue May 23 15:00:42 2017 -0400
Committer: scnakandala <[email protected]>
Committed: Tue May 23 15:00:42 2017 -0400

----------------------------------------------------------------------
 app/views/experiment/edit.blade.php | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2f41e27d/app/views/experiment/edit.blade.php
----------------------------------------------------------------------
diff --git a/app/views/experiment/edit.blade.php 
b/app/views/experiment/edit.blade.php
index fe5fdc9..9e6b156 100755
--- a/app/views/experiment/edit.blade.php
+++ b/app/views/experiment/edit.blade.php
@@ -101,6 +101,7 @@
     $("#compute-resource").change(function () {
         var crId = $(this).val();
         $(".loading-img ").removeClass("hide");
+        $(".queue-view ").addClass("hide");
         $.ajax({
             url: '../experiment/getQueueView',
             type: 'get',
@@ -108,6 +109,7 @@
             success: function (data) {
                 $(".queue-view").html(data);
                 $(".loading-img ").addClass("hide");
+                $(".queue-view ").removeClass("hide");
             }
         });
     });

Reply via email to