From 34e13f5a0f7dd7cb7adfbd579e793be3389b5e27 Mon Sep 17 00:00:00 2001 From: Steven Benner Date: Thu, 11 Jul 2013 13:02:15 -0700 Subject: [PATCH] Added Gemnasium dependencies badge to the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3844dc6..5bf8a8d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ jQuery plugin that creates a queued file uploading framework that implements [XHR2](http://www.w3.org/TR/XMLHttpRequest/), the [FileAPI](http://www.w3.org/TR/FileAPI/), and the [Drag and Drop API](http://www.w3.org/TR/html5/dnd.html). -[![Build Status](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue.png?branch=master)](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue) +[![Build Status](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue.png?branch=master)](https://travis-ci.org/stevenbenner/jquery-xhr-upload-queue) [![Dependency Status](https://gemnasium.com/stevenbenner/jquery-xhr-upload-queue.png)](https://gemnasium.com/stevenbenner/jquery-xhr-upload-queue) ## Summary This plugin creates a file uploading queue that will asynchronously upload files via the web browser using an XMLHttpRequest. It will automatically hook drag and drop events to accept file drops, form submit events (if the selected element is a form), and change events to any file select form fields that it finds.