Put a noscript around that
authorDan Fuhry <dan@enanocms.org>
Sat, 21 Aug 2010 23:51:10 -0400
changeset 44 17cfc3da0dcc
parent 43 7df4993be0b0
child 45 740bbe1f4dd5
Put a noscript around that
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 '<div class="idlist">[' . $idlist . ']</div>';
-			echo 'Images uploaded successfully. Please <a href="' . makeUrlNS('Special', 'GalleryUpload', "edit_img=$idlist") . '">click here to continue</a>.';
+			echo '<noscript>Images uploaded successfully. Please <a href="' . makeUrlNS('Special', 'GalleryUpload', "edit_img=$idlist") . '">click here to continue</a>.</noscript>';
 			//snapr_editform($idlist);
 			return;
 		}