Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
juliantenney committed Feb 14, 2013
1 parent 91a2046 commit a9e4626
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/xerte/parent_templates/site/common/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ function loadContent(){

//set the header image, if defined
if ($(data).find('learningObject').attr('header') != undefined){

$('#overview').css('background-image', "url('" + eval( $(data).find('learningObject').attr('header'))+ "')");

$('#overview').css({filter:''}); //for IE8
$('#overview').css('background-image', "url(" + eval( $(data).find('learningObject').attr('header'))+ ")");
}

//done with one time stuff, now parse the first page
Expand Down

0 comments on commit a9e4626

Please sign in to comment.