From 61b9334345357fdeac072d20fc76e560394ffdaa Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 25 Oct 2011 22:50:23 +0100 Subject: [PATCH] lightboxContent --- itf/static/js/insidepage.js | 4 ++-- itf/templates/noel/index.html | 6 +----- itf/templates/noel/insidepage.html | 5 +++++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/itf/static/js/insidepage.js b/itf/static/js/insidepage.js index 626172b..6146a6c 100755 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -42,7 +42,7 @@ $('.thumbsDetails').live("click", function(e) { showLightbox($img); var title = $(this).hasAttr("title") ? $(this).attr("title") : ''; if (title != '') { - var $caption = $('
').addClass("lightboxCaption").text(title).appendTo($('#lightboxPanel')); + var $caption = $('
').addClass("lightboxCaption").text(title).appendTo($('#lightboxContent')); } }); @@ -52,7 +52,7 @@ function hideLightbox() { function showLightbox($content) { $('#lightbox, #lightboxPanel').fadeIn(400); - $('#lightboxPanel').empty().append($content); + $('#lightboxContent').empty().append($content); } diff --git a/itf/templates/noel/index.html b/itf/templates/noel/index.html index 1302139..0be00fb 100755 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -39,14 +39,10 @@
    - -
  • @dootah there's a new play this weekend. @dootah there's a new play this weekend. @dootah there's a new play this weekend. and then some more
  • -
  • @dootah there's a new play this weekend. @dootah there's a new play this weekend. @dootah there's a new play this weekend. and then some more
  • -
  • @dootah there's a new play this weekend. @dootah there's a new play this weekend. @dootah there's a new play this weekend. and then some more
  • +