# HG changeset patch # User Dan Fuhry # Date 1282449070 14400 # Node ID 17cfc3da0dcc4c6c772948a4b003ce340a611cfc # Parent 7df4993be0b0b812a84f665ca23103df2c021fa8 Put a noscript around that diff -r 7df4993be0b0 -r 17cfc3da0dcc plugins/gallery/upload.php --- a/plugins/gallery/upload.php Sat Aug 21 23:35:20 2010 -0400 +++ b/plugins/gallery/upload.php Sat Aug 21 23:51:10 2010 -0400 @@ -223,7 +223,7 @@ } $idlist = implode(',', $idlist); echo '
[' . $idlist . ']
'; - echo 'Images uploaded successfully. Please click here to continue.'; + echo ''; //snapr_editform($idlist); return; }