Skip to content
Snippets Groups Projects
Commit 6583d30e authored by David Iwanowitsch's avatar David Iwanowitsch Committed by Robin Appelman
Browse files

fix javascript

parent e229a6ad
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment