Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 870d4132f -> 13c42e809
Removing always() function Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/47a72450 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/47a72450 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/47a72450 Branch: refs/heads/stratos-4.1.x Commit: 47a724508e7652085bc01d155d0e0504b7ac84a6 Parents: a695fc5 Author: anuruddhal <[email protected]> Authored: Thu Sep 10 14:38:36 2015 +0530 Committer: anuruddhal <[email protected]> Committed: Thu Sep 10 16:48:09 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/partials/applications_form.hbs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/47a72450/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs index 1237af6..7558f54 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs @@ -512,10 +512,7 @@ location.reload(); }, 1000); } - }).always(function () { - - }); - + }) } }, {addClass: 'btn btn-danger', text: 'No', onClick: function($noty) {
