fix javascript

This commit is contained in:
David Iwanowitsch 2012-01-30 18:14:09 +01:00 committed by Robin Appelman
parent e229a6adec
commit 6583d30e26
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* See the COPYING-README file.
*/
$(document).ready(function(){
OC.search.customResults.Bookm.=function(row,item){
OC.search.customResults['Bookm.'] = function(row,item){
var a=row.find('a');
a.attr('target','_blank');
a.click(recordClick);