Toggle navigation
Toggle navigation
This project
Loading...
Sign in
other
/
yoho-frontend-plugin
·
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
周奇琪
2015-02-15 16:57:31 +0800
Commit
68a67f33509f8e775ca53f15d777b9896af39c8c
1 parent
4f87c701
fixed name error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
photoslide.js
photoslide.js
View file @
68a67f3
...
...
@@ -5,7 +5,7 @@
* @date:2014-08-19
*/
var
$
=
require
(
"jquery"
);
require
(
"jquery.images
L
oaded"
);
require
(
"jquery.images
l
oaded"
);
var
tmpInfo
=
null
;
window
.
onresize
=
function
(){
if
(
tmpInfo
!=
null
)
{
...
...
Please
register
or
login
to post a comment