File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 51
51
{
52
52
"name": "readme.md",
53
53
"regexs": [
54
- "Version ###"
54
+ "\\* Version ###\\* "
55
55
]
56
56
}
57
57
]
Original file line number Diff line number Diff line change 1
- # Dropzone.js Version 2.0.11-dev
1
+ # Dropzone.js
2
2
3
- ![ Build status] ( https://travis-ci.org/enyo/dropzone.png?branch=master ) (Master)
4
- ![ Build status] ( https://travis-ci.org/enyo/dropzone.png ) (Development)
3
+ * Version 2.0.11-dev*
5
4
6
5
Dropzone.js is a light weight JavaScript library that turns an HTML element into a dropzone.
7
6
This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX.
@@ -16,6 +15,13 @@ folder.
16
15
17
16
![ Screenshot] ( http://i.imgur.com/zXyTjMp.png )
18
17
18
+
19
+ Master
20
+ ![ Build status] ( https://travis-ci.org/enyo/dropzone.png?branch=master )
21
+ Development
22
+ ![ Build status] ( https://travis-ci.org/enyo/dropzone.png )
23
+
24
+
19
25
## Main features
20
26
21
27
- Image thumbnail previews. Simply register the callback ` thumbnail(file, data) ` and display the image wherever you like
You can’t perform that action at this time.
0 commit comments