Repository: airavata-php-gateway Updated Branches: refs/heads/develop 583a63fd8 -> 68b8d9e85
WIP 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/68b8d9e8 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/68b8d9e8 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/68b8d9e8 Branch: refs/heads/develop Commit: 68b8d9e8574821f9dbb183a7c6dbc8568eeadecf Parents: 583a63f Author: scnakandala <[email protected]> Authored: Mon May 22 14:51:46 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 14:51:46 2017 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-queue-block.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/68b8d9e8/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 d972d3d..cd7b679 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -86,8 +86,8 @@ </div> -@section('scripts') -@parent +{{--@section('scripts')--}} +{{--@parent--}} <script> //To work with experiment edit (Not Ajax) $( document ).ready(function() { @@ -243,4 +243,4 @@ } }); </script> -@stop \ No newline at end of file +{{--@stop--}} \ No newline at end of file
