Sha256: 884d3fade11c00f764a65640f8ffd189968c90d4e6bc96f59e755b9f940374cd

Contents?: true

Size: 1.67 KB

Versions: 15

Compression:

Stored size: 1.67 KB

Contents

<!DOCTYPE html>
<!--
/*
 * jQuery File Upload Test
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
-->
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>jQuery File Upload Test</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="vendor/mocha.css" />
  </head>
  <body>
    <div id="mocha"></div>
    <script src="vendor/mocha.js"></script>
    <script src="vendor/chai.js"></script>
    <script>
      mocha.setup('bdd');
    </script>
    <script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js"></script>
    <script src="https://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js"></script>
    <script
      src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
      integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ"
      crossorigin="anonymous"
    ></script>
    <script src="../js/vendor/jquery.ui.widget.js"></script>
    <script src="../js/jquery.iframe-transport.js"></script>
    <script src="../js/jquery.fileupload.js"></script>
    <script src="../js/jquery.fileupload-process.js"></script>
    <script src="../js/jquery.fileupload-image.js"></script>
    <script src="../js/jquery.fileupload-audio.js"></script>
    <script src="../js/jquery.fileupload-video.js"></script>
    <script src="../js/jquery.fileupload-validate.js"></script>
    <script src="unit.js"></script>
    <script>
      mocha.checkLeaks();
      mocha.run();
    </script>
  </body>
</html>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
card-mod-format-0.18.1 vendor/jquery_file_upload/test/index.html
card-mod-format-0.18.0 vendor/jquery_file_upload/test/index.html
card-mod-format-0.17.0 vendor/jquery_file_upload/test/index.html
card-mod-format-0.16.0 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.6 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.5 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.4 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.3 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.2.pre1 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.1.1 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.1 vendor/jquery_file_upload/test/index.html
card-mod-format-0.15.0 vendor/jquery_file_upload/test/index.html
card-mod-script-0.14.2 vendor/jquery_file_upload/test/index.html
card-mod-script-0.14.1 vendor/jquery_file_upload/test/index.html
card-mod-script-0.14.0 vendor/jquery_file_upload/test/index.html