From 805db35d4d829e49c1a84a4199a95729170e7e3f Mon Sep 17 00:00:00 2001 From: Simon Prosser Date: Sun, 7 Jul 2013 16:26:32 -0600 Subject: [PATCH] oops can't use a function if it isn't loaded. Signed-off-by: Simon Prosser --- js/pl.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })