File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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 Demo 6.4
4
+ * jQuery File Upload Plugin Demo 6.4.1
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2010, Sebastian Tschan
@@ -137,7 +137,7 @@ <h3 class="modal-title"></h3>
137
137
} ;
138
138
</ script >
139
139
<!-- The template to display files available for upload -->
140
- < script id ="template-upload " type ="text/html ">
140
+ < script id ="template-upload " type ="text/x-tmpl ">
141
141
{ % for ( var i = 0 , files = o . files , l = files . length , file = files [ 0 ] ; i < l ; file = files [ ++ i ] ) { % }
142
142
< tr class = "template-upload fade" >
143
143
< td class = "preview" > < span class = "fade" > </ span > </ td >
@@ -166,7 +166,7 @@ <h3 class="modal-title"></h3>
166
166
{ % } % }
167
167
</ script >
168
168
<!-- The template to display files available for download -->
169
- < script id ="template-download " type ="text/html ">
169
+ < script id ="template-download " type ="text/x-tmpl ">
170
170
{ % for ( var i = 0 , files = o . files , l = files . length , file = files [ 0 ] ; i < l ; file = files [ ++ i ] ) { % }
171
171
< tr class = "template-download fade" >
172
172
{ % if ( file . error ) { % }
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin Test 6.4
4
+ * jQuery File Upload Plugin Test 6.4.1
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2010, Sebastian Tschan
@@ -71,7 +71,7 @@ <h2 id="qunit-userAgent"></h2>
71
71
} ;
72
72
</ script >
73
73
<!-- The template to display files available for upload -->
74
- < script id ="template-upload " type ="text/html ">
74
+ < script id ="template-upload " type ="text/x-tmpl ">
75
75
{ % for ( var i = 0 , files = o . files , l = files . length , file = files [ 0 ] ; i < l ; file = files [ ++ i ] ) { % }
76
76
< tr class = "template-upload" >
77
77
< td class = "preview" > < span class = "" > </ span > </ td >
@@ -100,7 +100,7 @@ <h2 id="qunit-userAgent"></h2>
100
100
{ % } % }
101
101
</ script >
102
102
<!-- The template to display files available for download -->
103
- < script id ="template-download " type ="text/html ">
103
+ < script id ="template-download " type ="text/x-tmpl ">
104
104
{ % for ( var i = 0 , files = o . files , l = files . length , file = files [ 0 ] ; i < l ; file = files [ ++ i ] ) { % }
105
105
< tr class = "template-download" >
106
106
{ % if ( file . error ) { % }
You can’t perform that action at this time.
0 commit comments