Plugin Directory

Changeset 868144


Ignore:
Timestamp:
03/02/2014 07:06:47 PM (12 years ago)
Author:
ariser
Message:

chrome connect blog fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • atcontent/trunk/invite.php

    r866938 r868144  
    281281                        $("#sign_changer").hide();
    282282                    } else {
     283                        if (d.state == 'unauth' || d.state == 'noemail') {
     284                            initAuthForm();
     285                            return;
     286                        }                   
    283287                        if (d.state == 'error') {
    284288                            somethingWrong();
    285                             return;
    286                         }
    287                         if (d.state == 'unauth' || d.state == 'noemail') {
    288                             initAuthForm();
    289289                            return;
    290290                        }
Note: See TracChangeset for help on using the changeset viewer.