More Browser Incompatabilities

I just learned today that my code to display advisories doesn’t work in all browsers.  IE8 is one that is confirmed to not work.  The fix is easy enough.  The Knockout code uses the word “class” in the Knockout Javascript code to set the attributes of the advisory box.  I need to surround that word with single quotes and everything should be fine.  I’ll fix that as soon as I get a chance and test it out.  I really need to come up with a better way to test these pages, as I currently test with just Firefox9, IE9, and my Android browser.

Update: I made the fix last night and tried it using IE8 this morning.  The Web site now displays with no error dialog boxes displayed.  Hopefully this is now fixed.

Update 2: I installed both  Google Chrome and Safari tonight.  I need to do more extensive testing with both of them, but at first glance the pages appear to display correctly.