Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
196253ecca901dc31e59aa0071770066f0c5d0af
1 parent
09de6438
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/plugin/loading.js
static/js/plugin/loading.js
View file @
196253e
...
...
@@ -18,7 +18,7 @@ function init($container) {
var
html
=
'<div class="loading-mask hide"><div class="loading"></div></div>'
;
hasInit
=
true
;
if
(
typeof
$container
===
'undefined'
)
{
if
(
$container
===
undefined
)
{
$container
=
$page
;
}
...
...
Please
register
or
login
to post a comment