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
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
6e61bc02841ca8bf8a674ee7dde522d49d11c362
1 parent
e7a0366e
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
static/js/me/currency.js
static/js/me/currency.js
View file @
6e61bc0
...
...
@@ -14,7 +14,8 @@ function ajaxCurrencyDetail(page) {
window
.
rePosFooter
();
}
});
};
}
$
(
window
).
scroll
(
function
()
{
if
(
$
(
window
).
scrollTop
()
+
$
(
window
).
height
()
>
$
(
'body'
).
height
()
-
1
)
{
page
++
;
...
...
@@ -22,4 +23,5 @@ $(window).scroll(function() {
return
;
}
});
ajaxCurrencyDetail
(
page
)
\ No newline at end of file
ajaxCurrencyDetail
(
page
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment