From 8def54550cdcde36028d7de8b0a832b4a119b6bd Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 10 Nov 2012 13:07:35 +0000 Subject: [PATCH] Catch when the LO icon has been added but no URL set. git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@474 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641 --- .../xerte/parent_templates/Nottingham/common_html5/js/xenith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js b/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js index 26d6029836..054b50b5f3 100644 --- a/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js +++ b/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js @@ -402,7 +402,7 @@ function x_setUp() { }); } - if (x_params.ic != undefined) { + if (x_params.ic != undefined && x_params.ic != "") { $x_headerBlock.prepend(''); } // ignores x_params.allpagestitlesize if added as optional property as the header bar will resize to fit any title