Skip to content

Commit b66b7a2

Browse files
committed
Don't use CSS imports. Closes blueimp#2610
1 parent 83f0e5b commit b66b7a2

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

angularjs.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin AngularJS Demo 1.6.3
4+
* jQuery File Upload Plugin AngularJS Demo 1.6.4
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -28,8 +28,10 @@
2828
<!-- blueimp Gallery styles -->
2929
<link rel="stylesheet" href="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
3030
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
31+
<link rel="stylesheet" href="css/jquery.fileupload.css">
3132
<link rel="stylesheet" href="css/jquery.fileupload-ui.css">
3233
<!-- CSS adjustments for browsers with JavaScript disabled -->
34+
<noscript><link rel="stylesheet" href="css/jquery.fileupload-noscript.css"></noscript>
3335
<noscript><link rel="stylesheet" href="css/jquery.fileupload-ui-noscript.css"></noscript>
3436
<style>
3537
/* Hide Angular JS elements before initializing */

basic-plus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Basic Plus Demo 1.3.3
4+
* jQuery File Upload Plugin Basic Plus Demo 1.3.4
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -24,7 +24,7 @@
2424
<!-- Generic page styles -->
2525
<link rel="stylesheet" href="css/style.css">
2626
<!-- 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">
2828
</head>
2929
<body>
3030
<div class="navbar navbar-default navbar-fixed-top">

basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Basic Demo 1.2.2
4+
* jQuery File Upload Plugin Basic Demo 1.2.3
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -24,7 +24,7 @@
2424
<!-- Generic page styles -->
2525
<link rel="stylesheet" href="css/style.css">
2626
<!-- 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">
2828
</head>
2929
<body>
3030
<div class="navbar navbar-default navbar-fixed-top">

css/jquery.fileupload-ui-noscript.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* http://www.opensource.org/licenses/MIT
1111
*/
1212

13-
@import url('jquery.fileupload-noscript.css');
14-
1513
.fileinput-button i,
1614
.fileupload-buttonbar .delete,
1715
.fileupload-buttonbar .toggle {

css/jquery.fileupload-ui.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* http://www.opensource.org/licenses/MIT
1111
*/
1212

13-
@import url('jquery.fileupload.css');
14-
1513
.fileupload-buttonbar .btn,
1614
.fileupload-buttonbar .toggle {
1715
margin-bottom: 5px;

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Demo 8.8.3
4+
* jQuery File Upload Plugin Demo 8.8.5
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -28,8 +28,10 @@
2828
<!-- blueimp Gallery styles -->
2929
<link rel="stylesheet" href="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
3030
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
31+
<link rel="stylesheet" href="css/jquery.fileupload.css">
3132
<link rel="stylesheet" href="css/jquery.fileupload-ui.css">
3233
<!-- CSS adjustments for browsers with JavaScript disabled -->
34+
<noscript><link rel="stylesheet" href="css/jquery.fileupload-noscript.css"></noscript>
3335
<noscript><link rel="stylesheet" href="css/jquery.fileupload-ui-noscript.css"></noscript>
3436
</head>
3537
<body>

jquery-ui.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin jQuery UI Demo 8.7.0
4+
* jQuery File Upload Plugin jQuery UI Demo 8.7.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -37,8 +37,10 @@
3737
<!-- blueimp Gallery styles -->
3838
<link rel="stylesheet" href="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
3939
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
40+
<link rel="stylesheet" href="css/jquery.fileupload.css">
4041
<link rel="stylesheet" href="css/jquery.fileupload-ui.css">
4142
<!-- CSS adjustments for browsers with JavaScript disabled -->
43+
<noscript><link rel="stylesheet" href="css/jquery.fileupload-noscript.css"></noscript>
4244
<noscript><link rel="stylesheet" href="css/jquery.fileupload-ui-noscript.css"></noscript>
4345
</head>
4446
<body>

0 commit comments

Comments
 (0)