Hey all,

After upgrading to 0.7.3 I noticed my subscribe buttons on user pages only
are not handled by ajax, it brings me to a odd page (screen shot attached)

Subscribe works correct from the subscription page, also in IE with
Javascript disabled it just does a 303 redirect to the users subscriptions
page.

Is Firefox not honoring the 303 redirect?

-Eric Helgeson

This is the html of the weird page in the ss

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en_US" lang="en_US">
 <head>
  <title>Unsubscribed</title>
</head>
 <body>
  <form id="subscribe-2" class="form_user_subscribe" method="post"
action="https://redtalk.target.com/main/subscribe";>
   <fieldset>
    <legend>Subscribe to this user</legend>

    <input name="token" type="hidden" id="token" value="69cd4912xx37c2092e"/>
    <input name="subscribeto" type="hidden" id="subscribeto-2" value="2"/>
    <input type="submit" id="submit" name="submit" class="submit"
value="Subscribe" title="Subscribe to this user"/>
</fieldset>
</form>
</body>
</html>

<<attachment: subscribe.png>>

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to