Skip to content

Commit

Permalink
Fix login button click event
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopetrucci authored and Ansuel committed Apr 6, 2021
1 parent bcc758f commit 866eefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decompressed/gui_file/www/docroot/login.lp
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ ngx.print('\
<div class="pull-right">\
<a id="sign-cancel" href="/" class="btn btn-primary btn-large">'); ngx.print( T"Cancel" ); ngx.print('</a>\
&nbsp;\
<div class="btn btn-primary btn-large">\
<div id="sign-me-in" class="btn btn-primary btn-large">\
<span id="sign-me-in-icon"></span>\
<span id="sign-me-in">'); ngx.print( T"Sign in" ); ngx.print('</span>\
<span>'); ngx.print( T"Sign in" ); ngx.print('</span>\
</div>\
</div>\
<!--<div id="forgot-login-password">\
Expand Down

0 comments on commit 866eefe

Please sign in to comment.