From c7508622632a3b8cbbf8721c70f3bfc56cdf41a6 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 3 Dec 2007 21:36:25 +0000 Subject: [PATCH] Whoops, didn't mean to checkin the commenting out of these lines. --- static/js/Wiki.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/Wiki.js b/static/js/Wiki.js index 005961d..e64603d 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -35,8 +35,8 @@ function Wiki( invoker ) { if ( /Opera/.test( navigator.userAgent ) ) unsupported_agent = "Opera"; -// if ( unsupported_agent ) -// alert( "Luminotes does not currently support the " + unsupported_agent + " web browser for editing. If possible, please use Firefox or Internet Explorer instead. " + unsupported_agent + " support will be added in a future release. Sorry for the inconvenience." ); + if ( unsupported_agent ) + alert( "Luminotes does not currently support the " + unsupported_agent + " web browser for editing. If possible, please use Firefox or Internet Explorer instead. " + unsupported_agent + " support will be added in a future release. Sorry for the inconvenience." ); } var deleted_id = getElement( "deleted_id" ).value;