clean up js logs
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/61214a30 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/61214a30 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/61214a30 Branch: refs/heads/master Commit: 61214a30eba0fd39f2d36474d074f24e3c90e830 Parents: 08f8963 Author: Dakshika Jayathilaka <[email protected]> Authored: Thu Aug 20 09:32:40 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Thu Aug 20 09:32:40 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/partials/users_form.hbs | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/61214a30/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs index 7472ccf..5d8ec66 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs @@ -207,11 +207,9 @@ $('input[type=password]').after('<span class="hide-pass"><i class="fa fa-eye"></i> </span>'); $('.hide-pass').click(function(){ if($(this).find('i').hasClass("fa-eye-slash")){ - console.log('hit me w22') $('input[data-schemaformat=password]').attr('type', 'password'); $(this).find('i').removeClass( "fa-eye-slash" ); }else{ - console.log('hit me') $(this).find('i').addClass( "fa-eye-slash" ); $('input[data-schemaformat=password]').attr('type', 'text'); }
