From 25a49f9f2e33540dc413210f9dd09c6cec141896 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 30 May 2013 13:51:08 -0700 Subject: [PATCH] fix IE 7/8 bugs on IO videos page Change-Id: I94d47989e8c1075c9864d0a4577434917a7913d7 --- docs/html/channels/io2013.jd | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/html/channels/io2013.jd b/docs/html/channels/io2013.jd index 7c7aca44667c..977eb2f2aed3 100644 --- a/docs/html/channels/io2013.jd +++ b/docs/html/channels/io2013.jd @@ -3,7 +3,6 @@ page.title=Google I/O 13 @jd:body @@ -285,11 +291,11 @@ function buildPlaylist(data, ul, tag) { shortDescription += shortDescription.length == MAX_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the description var a = $(''); + + 'onclick="loadVideo(\'' + id + '\',\'' + escape(title) + '\',true); return false;" />'); var pShortDescription = $('
' + '
' + shortDescription + '
'); var h4Title = "

" + title + "

"; - var li = $('
  • '); + var li = $('
  • '); li.append(a); a.append(h4Title).append(pShortDescription); -- 2.11.0