Skip to content

Commit

Permalink
Item13898: fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jan 6, 2016
1 parent 600d07d commit 1718fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JQueryPlugin/data/System/JQueryAjaxHelper.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jQuery(function($){
baseweb: opts.baseweb,
}),
select: function(event, ui) {
window.location.href = foswiki.getScriptUrl('view', undefined, ui.item.value));
window.location.href = foswiki.getScriptUrl('view', undefined, ui.item.value);
}
});
});
Expand Down

0 comments on commit 1718fed

Please sign in to comment.