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
梁志锋
9 years ago
Commit
3150ad9d19aff4d88f798372f55b469eb6224bae
1 parent
5e497331
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/home/maybe-like.js
static/js/index/footer.js
static/js/home/maybe-like.js
View file @
3150ad9
...
...
@@ -139,7 +139,7 @@ $('.maybe-like p').on('touchstart', function (e) {
//srcoll to load more
$
(
window
).
scroll
(
function
()
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
())
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
50
)
{
search
();
}
});
\ No newline at end of file
...
...
static/js/index/footer.js
View file @
3150ad9
...
...
@@ -41,7 +41,7 @@ if ($('#float-layer-btn') && $('#float-layer-btn')[0]) {
e
.
srcEvent
.
stopPropagation
();
});
if
(
!
window
.
cookie
(
'_float-layer-app'
))
{
if
(
typeof
window
.
cookie
===
'function'
&&
!
window
.
cookie
(
'_float-layer-app'
))
{
$
(
'#float-layer-app'
).
show
();
}
else
{
$
(
'#float-layer-app'
).
hide
();
...
...
Please
register
or
login
to post a comment