Skip to content

Commit

Permalink
Catch when the LO icon has been added but no URL set.
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@474 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
JohnSmith-LT committed Nov 10, 2012
1 parent e2895ff commit 8def545
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -402,7 +402,7 @@ function x_setUp() {
});
}

if (x_params.ic != undefined) {
if (x_params.ic != undefined && x_params.ic != "") {
$x_headerBlock.prepend('<img src="' + eval(x_params.ic) + '" class="x_floatLeft" />');
}
// ignores x_params.allpagestitlesize if added as optional property as the header bar will resize to fit any title
Expand Down

0 comments on commit 8def545

Please sign in to comment.