You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2015/03/12 02:27:03 UTC

[2/9] stratos git commit: remove console log

remove console log


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/5853dea0
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/5853dea0
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/5853dea0

Branch: refs/heads/master
Commit: 5853dea0bfce581ddd83fcd4725d61521617889c
Parents: 611f7d0
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Thu Mar 12 04:55:49 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Thu Mar 12 04:55:49 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/js/custom/applications-deploy.js        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/5853dea0/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-deploy.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-deploy.js b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-deploy.js
index 770baf8..2f612f7 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-deploy.js
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-deploy.js
@@ -384,7 +384,7 @@ $(document).ready(function(){
         var formtype = 'deployments';
         var applicationId = applicationJSON.applicationId;
         var btn = $(this);
-        console.log('hit kme')
+
         btn.html("<i class='fa fa-spinner fa-spin'></i> Adding Application Policy ");
         $.ajax({
             type: "POST",
@@ -398,6 +398,7 @@ $(document).ready(function(){
                     var n = noty({text: data.message, layout: 'bottomRight', type: 'warning'});
                 } else {
                     var n = noty({text: data.message, layout: 'bottomRight', type: 'success'});
+
                 }
             }
         })