1
0
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:
Arthur Schiwon 2011-08-16 23:50:46 +02:00
parent 8656e0c906
commit 7193ae98f2

View File

@ -81,7 +81,6 @@ function recordClick(event) {
url: 'ajax/recordClick.php',
data: "url=" + encodeURI($(this).attr('href')),
});
return false;
}
function encodeEntities(s){