i broke the tag cloud js :-\

This commit is contained in:
Vincent Batts 2013-08-06 11:24:54 -04:00
parent 713d700a76
commit 9274137145
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ $.fn.tagcloud.defaults = {
};
$(function () {
$('#keywordTagCloud a').tagcloud();
$('#tagCloud a').tagcloud();
});
</script>
`