Skip to content

Commit

Permalink
YaCy-UI: small fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5644 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
apfelmaennchen committed Feb 24, 2009
1 parent aa13d03 commit 784a7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/yacy/ui/sidebar/sidebar_2.html
Expand Up @@ -38,7 +38,7 @@
qtag = $(this).text().replace(/\s+/g,"");
$("select[name='resource']").setValue('ymarks');
$("input[name='search']").setValue(qtag);
if ($tabs.tabs.index == bmk_tab) {
if ($tabs.data('selected.tabs') == bmk_tab) {
reloadBM();
} else {
$tabs.tabs('select',2);
Expand Down

0 comments on commit 784a7bb

Please sign in to comment.