Skip to content

Commit

Permalink
oops can't use a function if it isn't loaded.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Prosser <[email protected]>
  • Loading branch information
Simon Prosser committed Jul 7, 2013
1 parent 0bb978a commit 805db35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/pl.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
if( newWindow )
window.open( url, newWindow )
else
pl_url_refresh(url)
window.location.href = url

})

Expand Down

0 comments on commit 805db35

Please sign in to comment.