From: mensonge Date: Mon, 2 Feb 2009 14:37:05 +0000 (+0000) Subject: Bug fix: correct dojo tree bug into IE6 X-Git-Tag: v0.94~143 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9ccf7873d47c7990bc1e01d5095554e3b9e23134;p=semanticscuttle.git Bug fix: correct dojo tree bug into IE6 git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@241 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/ajax/getlinkedtags.php b/ajax/getlinkedtags.php index c4110a2..a34805b 100644 --- a/ajax/getlinkedtags.php +++ b/ajax/getlinkedtags.php @@ -45,6 +45,7 @@ function displayTag($tag, $uId) { foreach($linkedTags as $linkedTag) { $output.= displayTag($linkedTag, $uId); } + $output = substr($output, 0, -1); // remove final comma avoiding IE6 Dojo bug $output.= "]"; } @@ -56,6 +57,8 @@ function displayTag($tag, $uId) { { label: 'name', identifier: 'id', items: [ ] } diff --git a/templates/dojo.inc.php b/templates/dojo.inc.php index 1addfc1..16b22c6 100644 --- a/templates/dojo.inc.php +++ b/templates/dojo.inc.php @@ -24,7 +24,7 @@ + djConfig="parseOnLoad:true, isDebug:, usePlainJson:true, baseUrl: '', modulePaths: {'js': 'includes/js'}">