1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin jQuery UI Demo 8.7.1
4
+ * jQuery File Upload Plugin jQuery UI Demo 8.7.2
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2013, Sebastian Tschan
@@ -147,7 +147,7 @@ <h3 class="title"></h3>
147
147
<!-- The template to display files available for upload -->
148
148
< script id ="template-upload " type ="text/x-tmpl ">
149
149
{ % for ( var i = 0 , file ; file = o . files [ i ] ; i ++ ) { % }
150
- < tr class = "template-upload fade" style = "display:none" >
150
+ < tr class = "template-upload fade" >
151
151
< td >
152
152
< span class = "preview" > </ span >
153
153
</ td >
@@ -160,7 +160,7 @@ <h3 class="title"></h3>
160
160
< td >
161
161
< p class = "size" > { %= o . formatFileSize ( file . size ) % } </ p >
162
162
{ % if ( ! o . files . error ) { % }
163
- < div class = "progress" role = "progressbar" aria-valuemin = "0" aria-valuemax = "100" aria-valuenow = "0" > </ div >
163
+ < div class = "progress" > </ div >
164
164
{ % } %}
165
165
</ td >
166
166
< td >
@@ -177,7 +177,7 @@ <h3 class="title"></h3>
177
177
<!-- The template to display files available for download -->
178
178
< script id ="template-download " type ="text/x-tmpl ">
179
179
{ % for ( var i = 0 , file ; file = o . files [ i ] ; i ++ ) { % }
180
- < tr class = "template-download fade" style = "display:none" >
180
+ < tr class = "template-download fade" >
181
181
< td >
182
182
< span class = "preview" >
183
183
{ % if ( file . thumbnailUrl ) { % }
0 commit comments