Skip to content

Commit

Permalink
Updated tests to support version 6.4 of the File Upload UI version.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Feb 13, 2012
1 parent 869535d commit 5e30591
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!--
/*
* jQuery File Upload Plugin Test 6.2
* jQuery File Upload Plugin Test 6.4
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
Expand All @@ -28,7 +28,7 @@ <h2 id="qunit-userAgent"></h2>
<form id="fileupload" action="../server/php/" method="POST" enctype="multipart/form-data">
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
<div class="row fileupload-buttonbar">
<div class="span6">
<div class="span7">
<!-- The fileinput-button span is used to style the file input field as button -->
<span class="btn btn-success fileinput-button">
<span><i class="icon-plus icon-white"></i> Add files...</span>
Expand All @@ -45,13 +45,15 @@ <h2 id="qunit-userAgent"></h2>
</button>
<input type="checkbox" class="toggle">
</div>
<div class="span6">
<div class="span5">
<!-- The global progress bar -->
<div class="progress progress-success progress-striped active fade">
<div class="bar" style="width:0%;"></div>
</div>
</div>
</div>
<!-- The loading indicator is shown during image processing -->
<div class="fileupload-loading"></div>
<br>
<!-- The table listing the files available for upload/download -->
<table class="table table-striped"><tbody class="files" data-toggle="modal-gallery" data-target="#modal-gallery"></tbody></table>
Expand Down Expand Up @@ -129,8 +131,10 @@ <h2 id="qunit-userAgent"></h2>
<script src="../js/vendor/jquery.ui.widget.js"></script>
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>
<script src="http://blueimp.github.com/JavaScript-Canvas-to-Blob/canvas-to-blob.min.js"></script>
<script src="../js/jquery.iframe-transport.js"></script>
<script src="../js/jquery.fileupload.js"></script>
<script src="../js/jquery.fileupload-ip.js"></script>
<script src="../js/jquery.fileupload-ui.js"></script>
<script src="http://code.jquery.com/qunit/git/qunit.js"></script>
<script src="test.js"></script>
Expand Down

0 comments on commit 5e30591

Please sign in to comment.