Content deleted Content added
Same fixes as before. |
Aaron Schulz (talk | contribs) rm |
||
Line 5:
function WP_PP_helper()
{
if (
if (document.title.indexOf('/') !=-1) return;
if (___location.href.search(/&action=/) !=-1) return;
|
Same fixes as before. |
rm |
||
Line 5:
function WP_PP_helper()
{
if (
if (document.title.indexOf('/') !=-1) return;
if (___location.href.search(/&action=/) !=-1) return;
|