diff options
author | Jon Jenkins <jondjenkins@gmail.com> | 2014-03-30 11:18:28 -0600 |
---|---|---|
committer | Jon Jenkins <jondjenkins@gmail.com> | 2014-03-30 11:18:28 -0600 |
commit | 555680e9eaac75de3660464075a40e8294e1a8f2 (patch) | |
tree | c27309b6c5debdf3cda8b3d4f58b6cc7099907f6 /static/index.html | |
parent | 7d0ccd2ed4cd855fb180eeae5f4068dcf7dcc212 (diff) | |
download | express-upload-555680e9eaac75de3660464075a40e8294e1a8f2.tar.gz express-upload-555680e9eaac75de3660464075a40e8294e1a8f2.tar.bz2 express-upload-555680e9eaac75de3660464075a40e8294e1a8f2.zip |
removed jquery.form
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index d9ed006..d790e64 100644 --- a/static/index.html +++ b/static/index.html @@ -36,7 +36,6 @@ <div id="bar"></div> </div> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> -<script src="./js/jquery.form.js"></script> <script src="./js/upload.js"></script> </body> </html>
\ No newline at end of file |