Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
94e6aafc40115d200ebd778583a8917c66f5f981
1 parent
fd6b8e7d
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
framework
static/js/plugin/loading.js
framework
@
119c247f
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
...
...
static/js/plugin/loading.js
View file @
94e6aaf
...
...
@@ -15,11 +15,12 @@ var $loading,
// 初始化
function
init
(
$container
)
{
var
html
=
'<div class="loading-mask hide"><div class="loading"></div></div>'
;
hasInit
=
true
;
if
(
$container
===
undefined
)
{
$container
=
$page
;
}
var
html
=
'<div class="loading-mask hide"><div class="loading"></div></div>'
;
$container
.
append
(
html
);
...
...
Please
register
or
login
to post a comment