really open website after click

This commit is contained in:
Arthur Schiwon 2011-08-16 23:50:46 +02:00
parent 48df7a2a7d
commit ea65d90a41
1 changed files with 0 additions and 1 deletions

View File

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