Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
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
ZhongW
9 years ago
Commit
0b564645b3ee86426796d294417f65981adb9160
1 parent
23ef9ad5
提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
code/static/js.jquery/common/util.js
code/static/js.jquery/common/util.js
View file @
0b56464
...
...
@@ -94,11 +94,13 @@ var util = {
if
(
"danger"
==
callback
){
window
.
WARNMSG
=
window
.
WARNMSG
+
message
+
"<br>"
}
window
.
EXECUTRCNT
=
window
.
EXECUTRCNT
+
1
;
if
(
window
.
IS_OVER
){
window
.
EXECUTRCNT
=
window
.
EXECUTRCNT
+
1
;
if
(
typeof
(
window
.
IS_OVER
)
==
"undefined"
||
window
.
IS_OVER
){
$
.
gritter
.
add
(
options
);
}
window
.
saveAllInfoCondition
();
}
window
.
saveAllInfoCondition
&&
window
.
saveAllInfoCondition
();
},
__template
:
function
()
{
var
args
=
arguments
,
...
...
Please
register
or
login
to post a comment