Skip to content

Commit

Permalink
YaCy-UI:
Browse files Browse the repository at this point in the history
- another XSS fix (TagCloud)
- upload of missing icons for toolbar

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5198 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
apfelmaennchen committed Sep 22, 2008
1 parent 8e0de7f commit 8b6a037
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added htroot/yacy/ui/img/blacklist.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added htroot/yacy/ui/img/bookmark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added htroot/yacy/ui/img/crawl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion htroot/yacy/ui/sidebar/sidebar_2.html
Expand Up @@ -22,7 +22,7 @@
var size = ((count/20)+0.3);
if (size < 1) {size = 1;}
$('<a style="font-size:'+size+'em"></a>')
.html(tag+' ')
.html(HTMLenc(tag)+' ')
.appendTo('#tagcloud')
.bind('click', function() {
qtag = $(this).text();
Expand Down

0 comments on commit 8b6a037

Please sign in to comment.