diff --git a/js/pl.common.js b/js/pl.common.js index 6eb3fc0f..ae27df15 100644 --- a/js/pl.common.js +++ b/js/pl.common.js @@ -226,7 +226,7 @@ if( newWindow ) window.open( url, newWindow ) else - pl_url_refresh(url) + window.location.href = url })