Index: lams_central/web/main.jsp =================================================================== diff -u -r5fffd4fcc0fb51f95fac66fac14253c9557c52b5 -r2079d168be1ddba5613804efe9f03b2b87a9b260 --- lams_central/web/main.jsp (.../main.jsp) (revision 5fffd4fcc0fb51f95fac66fac14253c9557c52b5) +++ lams_central/web/main.jsp (.../main.jsp) (revision 2079d168be1ddba5613804efe9f03b2b87a9b260) @@ -98,15 +98,13 @@ } - debugger; var current_date = new Date( ); var client_gmt_offset_minutes = current_date.getTimezoneOffset( ); $('#offset').html( client_gmt_offset_minutes / 60 ); var lams_gmt_offset_minutes = ( + ) / 60000; if ( client_gmt_offset_minutes != -lams_gmt_offset_minutes ) { - $('#timezoneWarning').html( "
Warning: The timezone in LAMS does not match timezone on your computer. The times shown in LAMS will be for the LAMS timezone set in your profile. " - +": os "+client_gmt_offset_minutes+" minutes : lams "+lams_gmt_offset_minutes+" minutes" ); - } + $('#timezoneWarning').html( '
'); + } });