Skip to content

Commit 28c4159

Browse files
zombiyamodsyer
authored andcommitted
replace tabs to spaces
1 parent bed18fe commit 28c4159

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

github/src/main/resources/static/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ <h1>Login</h1>
4646
});
4747
$.get("/user", function(data) {
4848
$("#user").html(data.name);
49-
if (data.name==undefined) {
50-
logout();
49+
if (data.name == undefined) {
50+
logout();
5151
}else{
52-
$(".unauthenticated").hide();
53-
$(".authenticated").show();
52+
$(".unauthenticated").hide();
53+
$(".authenticated").show();
5454
}
5555
});
5656
var logout = function() {

0 commit comments

Comments
 (0)