File tree Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin AngularJS Demo 1.6.3
4
+ * jQuery File Upload Plugin AngularJS Demo 1.6.4
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2013, Sebastian Tschan
28
28
<!-- blueimp Gallery styles -->
29
29
< link rel ="stylesheet " href ="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css ">
30
30
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
31
+ < link rel ="stylesheet " href ="css/jquery.fileupload.css ">
31
32
< link rel ="stylesheet " href ="css/jquery.fileupload-ui.css ">
32
33
<!-- CSS adjustments for browsers with JavaScript disabled -->
34
+ < noscript > < link rel ="stylesheet " href ="css/jquery.fileupload-noscript.css "> </ noscript >
33
35
< noscript > < link rel ="stylesheet " href ="css/jquery.fileupload-ui-noscript.css "> </ noscript >
34
36
< style >
35
37
/* Hide Angular JS elements before initializing */
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin Basic Plus Demo 1.3.3
4
+ * jQuery File Upload Plugin Basic Plus Demo 1.3.4
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2013, Sebastian Tschan
24
24
<!-- Generic page styles -->
25
25
< link rel ="stylesheet " href ="css/style.css ">
26
26
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
27
- < link rel ="stylesheet " href ="css/jquery.fileupload-ui .css ">
27
+ < link rel ="stylesheet " href ="css/jquery.fileupload.css ">
28
28
</ head >
29
29
< body >
30
30
< div class ="navbar navbar-default navbar-fixed-top ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin Basic Demo 1.2.2
4
+ * jQuery File Upload Plugin Basic Demo 1.2.3
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2013, Sebastian Tschan
24
24
<!-- Generic page styles -->
25
25
< link rel ="stylesheet " href ="css/style.css ">
26
26
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
27
- < link rel ="stylesheet " href ="css/jquery.fileupload-ui .css ">
27
+ < link rel ="stylesheet " href ="css/jquery.fileupload.css ">
28
28
</ head >
29
29
< body >
30
30
< div class ="navbar navbar-default navbar-fixed-top ">
Original file line number Diff line number Diff line change 10
10
* http://www.opensource.org/licenses/MIT
11
11
*/
12
12
13
- @import url ('jquery.fileupload-noscript.css' );
14
-
15
13
.fileinput-button i ,
16
14
.fileupload-buttonbar .delete ,
17
15
.fileupload-buttonbar .toggle {
Original file line number Diff line number Diff line change 10
10
* http://www.opensource.org/licenses/MIT
11
11
*/
12
12
13
- @import url ('jquery.fileupload.css' );
14
-
15
13
.fileupload-buttonbar .btn ,
16
14
.fileupload-buttonbar .toggle {
17
15
margin-bottom : 5px ;
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin Demo 8.8.3
4
+ * jQuery File Upload Plugin Demo 8.8.5
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2010, Sebastian Tschan
28
28
<!-- blueimp Gallery styles -->
29
29
< link rel ="stylesheet " href ="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css ">
30
30
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
31
+ < link rel ="stylesheet " href ="css/jquery.fileupload.css ">
31
32
< link rel ="stylesheet " href ="css/jquery.fileupload-ui.css ">
32
33
<!-- CSS adjustments for browsers with JavaScript disabled -->
34
+ < noscript > < link rel ="stylesheet " href ="css/jquery.fileupload-noscript.css "> </ noscript >
33
35
< noscript > < link rel ="stylesheet " href ="css/jquery.fileupload-ui-noscript.css "> </ noscript >
34
36
</ head >
35
37
< body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin jQuery UI Demo 8.7.0
4
+ * jQuery File Upload Plugin jQuery UI Demo 8.7.1
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2013, Sebastian Tschan
37
37
<!-- blueimp Gallery styles -->
38
38
< link rel ="stylesheet " href ="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css ">
39
39
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
40
+ < link rel ="stylesheet " href ="css/jquery.fileupload.css ">
40
41
< link rel ="stylesheet " href ="css/jquery.fileupload-ui.css ">
41
42
<!-- CSS adjustments for browsers with JavaScript disabled -->
43
+ < noscript > < link rel ="stylesheet " href ="css/jquery.fileupload-noscript.css "> </ noscript >
42
44
< noscript > < link rel ="stylesheet " href ="css/jquery.fileupload-ui-noscript.css "> </ noscript >
43
45
</ head >
44
46
< body >
You can’t perform that action at this time.
0 commit comments