Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
a44449ea7be665c6e8ba527623c075a68792d569
2 parents
396d7b93
a5f0cb83
page top user name
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/header.js
web-static/js/header.js
View file @
a44449e
...
...
@@ -1399,7 +1399,7 @@ function actionLoginState(_data) {
'{{/unless}}'
;
var
$boxObj
=
$
(
'#loginBox'
);
var
info
=
window
.
cookie
(
'_UID'
);
var
name
=
_data
.
data
&&
_data
.
data
.
profile_name
?
_data
.
data
.
profile_name
:
''
;
var
name
=
_data
.
profileName
;
var
_length
=
0
;
var
t
=
0
;
var
char
=
''
;
...
...
Please
register
or
login
to post a comment