Browse Source

really open website after click

remotes/origin/stable
Arthur Schiwon 15 years ago
parent
commit
ea65d90a41
  1. 1
      apps/bookmarks/js/bookmarks.js

1
apps/bookmarks/js/bookmarks.js

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

Loading…
Cancel
Save