mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-18 14:52:10 +01:00
really open website after click
This commit is contained in:
parent
8656e0c906
commit
7193ae98f2
@ -81,7 +81,6 @@ function recordClick(event) {
|
|||||||
url: 'ajax/recordClick.php',
|
url: 'ajax/recordClick.php',
|
||||||
data: "url=" + encodeURI($(this).attr('href')),
|
data: "url=" + encodeURI($(this).attr('href')),
|
||||||
});
|
});
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function encodeEntities(s){
|
function encodeEntities(s){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user