File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
< title > SimpleSlideView Demo (Basic)</ title >
8
8
< link rel ="stylesheet " href ="css/base.css ">
9
9
<!-- including this will automatically enable 3D transforms where supported -->
10
- < script src ="../ vendor/modernizr.custom.js "> </ script >
10
+ < script src ="vendor/modernizr.custom.js "> </ script >
11
11
</ head >
12
12
< body >
13
13
@@ -88,7 +88,7 @@ <h2>Where to get it</h2>
88
88
</ div >
89
89
90
90
<!-- this library removes the 300ms delay on browsers with touch UIs -->
91
- < script src ="../ vendor/fastclick.js "> </ script >
91
+ < script src ="vendor/fastclick.js "> </ script >
92
92
93
93
< script >
94
94
// "Zepto is a minimalist JavaScript library for modern browsers with a
@@ -99,13 +99,13 @@ <h2>Where to get it</h2>
99
99
, lib = useZepto ? 'zepto' : 'jquery'
100
100
, scrollPlugin = useZepto ? 'scroll' : 'scrollTo' ;
101
101
document . write (
102
- '<script src=../ vendor/' + lib + '.min.js><\/script>' +
103
- '<script src=../ vendor/' + lib + '.' + scrollPlugin + '.min.js><\/script>'
102
+ '<script src=vendor/' + lib + '.min.js><\/script>' +
103
+ '<script src=vendor/' + lib + '.' + scrollPlugin + '.min.js><\/script>'
104
104
) ;
105
105
</ script >
106
106
107
107
<!-- including the (minified) plugin, because duh -->
108
- < script src ="../ lib/simpleslideview.min.js "> </ script >
108
+ < script src ="lib/simpleslideview.min.js "> </ script >
109
109
110
110
< script >
111
111
// Here is a very basic implementation. '.views' will be
Original file line number Diff line number Diff line change 8
8
< link rel ="stylesheet " href ="css/base.css ">
9
9
< link rel ="stylesheet " href ="css/responsive.css ">
10
10
<!-- including this will automatically enable 3D transforms where supported -->
11
- < script src ="../ vendor/modernizr.custom.js "> </ script >
11
+ < script src ="vendor/modernizr.custom.js "> </ script >
12
12
</ head >
13
13
< body >
14
14
@@ -88,7 +88,7 @@ <h2>Where to get it</h2>
88
88
</ div >
89
89
90
90
<!-- this library removes the 300ms delay on browsers with touch UIs -->
91
- < script src ="../ vendor/fastclick.js "> </ script >
91
+ < script src ="vendor/fastclick.js "> </ script >
92
92
93
93
< script >
94
94
// "Zepto is a minimalist JavaScript library for modern browsers with a
@@ -99,13 +99,13 @@ <h2>Where to get it</h2>
99
99
, lib = useZepto ? 'zepto' : 'jquery'
100
100
, scrollPlugin = useZepto ? 'scroll' : 'scrollTo' ;
101
101
document . write (
102
- '<script src=../ vendor/' + lib + '.min.js><\/script>' +
103
- '<script src=../ vendor/' + lib + '.' + scrollPlugin + '.min.js><\/script>'
102
+ '<script src=vendor/' + lib + '.min.js><\/script>' +
103
+ '<script src=vendor/' + lib + '.' + scrollPlugin + '.min.js><\/script>'
104
104
) ;
105
105
</ script >
106
106
107
107
<!-- including the (minified) plugin, because duh -->
108
- < script src ="../ lib/simpleslideview.min.js "> </ script >
108
+ < script src ="lib/simpleslideview.min.js "> </ script >
109
109
110
110
< script >
111
111
You can’t perform that action at this time.
0 commit comments