witten
/
luminotes
Archived
1
0
Fork 0

Whoops, didn't mean to checkin the commenting out of these lines.

This commit is contained in:
Dan Helfman 2007-12-03 21:36:25 +00:00
parent 82bf5bca29
commit c750862263
1 changed files with 2 additions and 2 deletions

View File

@ -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;