Skip to content

Commit

Permalink
small fix for last post
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6054 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
apfelmaennchen committed Jun 11, 2009
1 parent 36dc9b0 commit 55ef9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htroot/yacy/ui/js/yacyui-portalsearch.js
Expand Up @@ -271,8 +271,8 @@ function yacysearch(global) {
$('#ynav1').accordion('activate', false);
$('#yside a').click(function() {
var modifier = $(this).attr('modifier');
modifier = modifier.replace(/^#/,' ');
var query = $("#yquery").getValue() + modifier;
modifier = modifier.replace(/^#/,'');
var query = $("#yquery").getValue() + " " +modifier;
$("#yquery").setValue(query);
$("#yquery").trigger('keyup');
});
Expand Down

0 comments on commit 55ef9ae

Please sign in to comment.