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
hf
2015-11-05 18:56:16 +0800
Commit
60b85e391a3c894022eb302fa8bd3044fc6b4850
2 parents
8920aaa6
196253ec
Merge remote-tracking branch 'origin/develop'
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 @
60b85e3
...
...
@@ -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