Commit c9e8af98 authored by theopolisme's avatar theopolisme
Browse files

This was apparently causing some errors on windows machines...

parent f661f0f8
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -22,13 +22,9 @@
			previewsContainer: '#null',
			clickable: false,
			accept: function ( file, done ) {
				if ( file.type !== 'application/json' ) {
					alert( 'Whoops, make sure you upload a .json file.' );
				} else {
				stageTwo( file );
				dropzone.disable(); // Your job is done, buddy
			}
			}
		} );
	}