1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-20 17:54:25 +01:00

fix javascript

This commit is contained in:
David Iwanowitsch 2012-01-30 18:14:09 +01:00 committed by Robin Appelman
parent a3cb7ef548
commit 6ddb9c1729

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);