if ($p.view == "friends" or $p.view == "entry")
if ($p.view == "friends" or $p.view == "network" or $p.view == "entry")
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
What you should do is:
if ($p.view == "friends" or $p.view == "entry")
Becomes:
if ($p.view == "friends" or $p.view == "network" or $p.view == "entry")
and let me know if you run into any problems!