Plugin Directory

Changeset 1866659


Ignore:
Timestamp:
04/30/2018 09:50:59 PM (8 years ago)
Author:
teamacle
Message:

delete center update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • teamacle/trunk/teamacle.php

    r1866656 r1866659  
    263263                    var sucCallback = function (result) {
    264264                        if (result.ret == -536) {
    265                             <?php delete_option('teamacle'); ?>;
    266                                 console.log("yes: " + result.ret);
    267                         } else {
    268                             console.log("no: " + result.ret);
     265                            <?php
     266                              delete_option('teamacle');
     267                              echo "<script>console.log('Yes');</script>";
     268                            ?>;
     269                        }else {
     270                            console.log("No");
    269271                        }
    270272                    }
Note: See TracChangeset for help on using the changeset viewer.