diff options
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/dynamictags.inc.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/data/templates/dynamictags.inc.php b/data/templates/dynamictags.inc.php index b18565b..62f5071 100644 --- a/data/templates/dynamictags.inc.php +++ b/data/templates/dynamictags.inc.php @@ -56,8 +56,8 @@ function writeTagsProposition($tagsCloud, $title) { if ($allPopularTagsCount > 0 || $userPopularTagsCount > 0 ) { ?> - <script type="text/javascript"> +//<![CDATA[ Array.prototype.contains = function (ele) { for (var i = 0; i < this.length; i++) { if (this[i] == ele) { @@ -87,8 +87,7 @@ function addonload(addition) { } } -addonload( - function () { +jQuery(function($) { var taglist = document.getElementById('tags'); var tags = taglist.value.split(', '); @@ -99,8 +98,7 @@ addonload( populartags[i].className = 'selected'; } } - } -); +}); function addTag(ele) { var thisTag = ele.innerHTML; @@ -133,7 +131,7 @@ if( $allPopularTagsCount > 0) { ?> - +//]]> </script> <?php |