From 0c823c68d99b198d87f89f4c063de9788faf60bc Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 5 Jul 2010 19:21:52 -0700 Subject: [PATCH] IE6 fixes. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 3037759..174ae0c 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@ top: (windowHeight - popupHeight) / 2, left: (windowWidth - popupWidth) / 2, width: popupWidth, - height: popupHeight, + height: popupHeight }); } // ui_resize @@ -150,13 +150,13 @@ weblinks: new Array(), gamelist: new Array(), filter: '', - tagmap: new Object(), + tagmap: new Object() } prof.find('weblink').each(function(){ retval['weblinks'].push({ title: $(this).find('title').text(), - url: $(this).find('url').text(), + url: $(this).find('url').text() }); }) @@ -168,7 +168,7 @@ storeurl: $(this).find('storeurl').text(), tagmatchcount: 0, element: null, - tags: new Array, + tags: new Array }; $(this).find('tag').each(function(){ @@ -314,7 +314,7 @@ // !!! FIXME: get this from the stylesheet element.css('color', '#FFFFFF'); element.one("click", function() { clicked_taglist($(this)); }); - }, + } }); } // save_tags @@ -433,7 +433,7 @@ success: function(xml) { profile = process_steam_profile(xml); render(); - }, + } }); });