diff --git a/system/includes/functions.php b/system/includes/functions.php index cc641c8..665c683 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1859,7 +1859,7 @@ function disqus($title = null, $url = null) $script = << var getAbsolutePath = function(href) { - var link = document.createElement('__dummy_get_absolute_path'); + var link = document.createElement('a'); link.href = href; return link.href; };