You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2016/01/27 19:50:10 UTC

airavata-php-gateway git commit: Syntax Bug Fix

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 6a0a897c2 -> 944b35917


Syntax Bug Fix


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

Branch: refs/heads/develop
Commit: 944b3591744dab9a76c542008c750ee5ef2bb575
Parents: 6a0a897
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Wed Jan 27 13:49:38 2016 -0500
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Wed Jan 27 13:49:38 2016 -0500

----------------------------------------------------------------------
 app/views/experiment/summary.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/944b3591/app/views/experiment/summary.blade.php
----------------------------------------------------------------------
diff --git a/app/views/experiment/summary.blade.php b/app/views/experiment/summary.blade.php
index bccff89..185abde 100755
--- a/app/views/experiment/summary.blade.php
+++ b/app/views/experiment/summary.blade.php
@@ -12,7 +12,7 @@
 @section('scripts')
 @parent
 <script>
-    @if($autoRefresh)
+    @if( isset( $autoRefresh) )
         var autoRefresh = true;
     @else
         var autoRefresh = false;