Skip to content

Commit bec79f9

Browse files
committed
remove "works with..." from all demos
1 parent c54f5b5 commit bec79f9

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

fileupload/templates/fileupload/picture_angular_form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ <h2 class="lead">AngularJS version</h2>
7171
<br>
7272
<blockquote>
7373
<p>File Upload widget with multiple file selection, drag&amp;drop support, progress bars, validation and preview images, audio and video for AngularJS.<br>
74-
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.<br>
75-
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.</p>
74+
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.</p>
7675
</blockquote>
7776
<br>
7877
<!-- The file upload form used as target for the file upload widget -->

fileupload/templates/fileupload/picture_basic_form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ <h2 class="lead">Basic version</h2>
4747
<br>
4848
<blockquote>
4949
<p>File Upload widget with multiple file selection, drag&amp;drop support and progress bar for jQuery.<br>
50-
Supports cross-domain, chunked and resumable file uploads.<br>
51-
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.</p>
50+
Supports cross-domain, chunked and resumable file uploads.</p>
5251
</blockquote>
5352
<br>
5453
<!-- The fileinput-button span is used to style the file input field as button -->

fileupload/templates/fileupload/picture_basicplus_form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ <h2 class="lead">Basic Plus version</h2>
4747
<br>
4848
<blockquote>
4949
<p>File Upload widget with multiple file selection, drag&amp;drop support, progress bar, validation and preview images, audio and video for jQuery.<br>
50-
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.<br>
51-
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.</p>
50+
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.</p>
5251
</blockquote>
5352
<br>
5453
<!-- The fileinput-button span is used to style the file input field as button -->

fileupload/templates/fileupload/picture_form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ <h2 class="lead">Basic Plus UI version</h2>
1515
<br>
1616
<blockquote>
1717
<p>File Upload widget with multiple file selection, drag&amp;drop support, progress bars, validation and preview images, audio and video for jQuery.<br>
18-
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.<br>
19-
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.</p>
18+
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.</p>
2019
</blockquote>
2120
<br>
2221
<!-- The file upload form used as target for the file upload widget -->

fileupload/templates/fileupload/picture_jquery_form.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ <h2>jQuery UI version</h2>
9090
</ul>
9191
<blockquote>
9292
<p>File Upload widget with multiple file selection, drag&amp;drop support, progress bars, validation and preview images, audio and video for jQuery UI.<br>
93-
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.<br>
94-
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.</p>
93+
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.</p>
9594
</blockquote>
9695
<!-- The file upload form used as target for the file upload widget -->
9796
<form id="fileupload" action="." method="POST" enctype="multipart/form-data">{% csrf_token %}

0 commit comments

Comments
 (0)