Skip to content

Commit

Permalink
twk
Browse files Browse the repository at this point in the history
  • Loading branch information
forresto committed Jul 12, 2013
1 parent c59a7bf commit c262dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nodes/util-openartpublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ $(function(){
});

// Info
self.$(".info").text('Find your image at openart.eyebeam.org/gallery ' + s3url);
self.$(".info").text('Find your image at openart.eyebeam.org/gallery ');
},
function (error) {
self.$(".info").text('Upload error :-(');
self.$(".info").text('Upload error :-( ');
self.lastimg = "";
},
function (percent) {
self.$(".info").text(percent + "% uploaded.");
self.$(".info").text(percent + "% uploaded. ");
}
);

Expand Down

0 comments on commit c262dbd

Please sign in to comment.