Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
return false bei init, if nor aviable
Browse files Browse the repository at this point in the history
  • Loading branch information
falk committed Aug 22, 2016
1 parent 55777b7 commit de76383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
me.init = function(){
if(!support_upload()){
me.fire("unaviable");
return;
return false;
}

var filezone = $(me.opts.filezone);
Expand Down

0 comments on commit de76383

Please sign in to comment.