really open website after click
This commit is contained in:
parent
48df7a2a7d
commit
ea65d90a41
|
@ -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…
Reference in New Issue