From c262dbd2ddcb217b1b26b43fcb38316df15b14c7 Mon Sep 17 00:00:00 2001 From: Forrest Oliphant Date: Fri, 12 Jul 2013 16:35:24 -0400 Subject: [PATCH] twk --- src/nodes/util-openartpublish.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nodes/util-openartpublish.js b/src/nodes/util-openartpublish.js index 5a4391d..4bbf771 100644 --- a/src/nodes/util-openartpublish.js +++ b/src/nodes/util-openartpublish.js @@ -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. "); } );