Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Rename main.js to demo.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Jul 21, 2019
1 parent 3142b42 commit a6176d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
/*
* jQuery File Upload Plugin Demo
* jQuery File Upload Demo
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
Expand Down Expand Up @@ -108,7 +108,6 @@ <h1>jQuery File Upload Demo</h1>
Node.js, Go etc.) that supports standard HTML form file uploads.
</p>
</blockquote>
<br />
<!-- The file upload form used as target for the file upload widget -->
<form
id="fileupload"
Expand Down Expand Up @@ -171,7 +170,6 @@ <h1>jQuery File Upload Demo</h1>
<tbody class="files"></tbody>
</table>
</form>
<br />
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Demo Notes</h3>
Expand Down Expand Up @@ -350,7 +348,7 @@ <h3 class="title"></h3>
<!-- The File Upload user interface plugin -->
<script src="js/jquery.fileupload-ui.js"></script>
<!-- The main application script -->
<script src="js/main.js"></script>
<script src="js/demo.js"></script>
<!-- The XDomainRequest Transport is included for cross-domain file deletion for IE 8 and IE 9 -->
<!--[if (gte IE 8)&(lt IE 10)]>
<script src="js/cors/jquery.xdr-transport.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion js/main.js → js/demo.js
@@ -1,5 +1,5 @@
/*
* jQuery File Upload Plugin JS Example
* jQuery File Upload Demo
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
Expand Down

0 comments on commit a6176d3

Please sign in to comment.