mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-20 17:54:25 +01:00
fix javascript
This commit is contained in:
parent
a3cb7ef548
commit
6ddb9c1729
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user