Removing unneeded code.
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/f77cd6ff Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/f77cd6ff Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/f77cd6ff Branch: refs/heads/master Commit: f77cd6fffbd7916d4a828a3b5f30603b5285bdaf Parents: 5a6cba7 Author: Nipurn Doshi <[email protected]> Authored: Tue Feb 2 16:40:18 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Tue Feb 2 16:40:18 2016 -0500 ---------------------------------------------------------------------- app/views/admin/manage-experiments.blade.php | 2 -- app/views/partials/experiment-info.blade.php | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/f77cd6ff/app/views/admin/manage-experiments.blade.php ---------------------------------------------------------------------- diff --git a/app/views/admin/manage-experiments.blade.php b/app/views/admin/manage-experiments.blade.php index d417032..c29212e 100644 --- a/app/views/admin/manage-experiments.blade.php +++ b/app/views/admin/manage-experiments.blade.php @@ -430,8 +430,6 @@ to be uncommented when actually in use. function getExperiments( startTime, endTime, msg){ - console.log( startTime); - console.log( endTime); $(".experiment-statistics").html(""); $(".loading-img-statistics").removeClass("hide"); $.ajax({ http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/f77cd6ff/app/views/partials/experiment-info.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php index 2b46d16..d1b0c12 100644 --- a/app/views/partials/experiment-info.blade.php +++ b/app/views/partials/experiment-info.blade.php @@ -1,12 +1,11 @@ <div class="container" style="max-width: 750px;"> - - @if(isset( $invalidExperimentId ) ) <!-- + @if(isset( $invalidExperimentId ) ) <div class="alert alert-danger"> The Experiment ID does not exist. Please go to correct experiment. </div> - --> @else + --> <h1> Experiment Summary @if( !isset($dashboard))
