Changeset 2472181
- Timestamp:
- 02/10/2021 07:43:06 AM (5 years ago)
- Location:
- bukza/trunk/admin
- Files:
-
- 2 edited
-
class-bukza-rest.php (modified) (1 diff)
-
js/bukza-admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bukza/trunk/admin/class-bukza-rest.php
r1963502 r2472181 28 28 update_option( 'bukza_secret', $data['secret'] ); 29 29 update_option( 'bukza_id', $data['id'] ); 30 30 return (object) array(); 31 31 } 32 32 -
bukza/trunk/admin/js/bukza-admin.js
r2472154 r2472181 16 16 } 17 17 }).fail(function(response){ 18 alert( response.responseJSON.message ); 18 if(response.responseJSON){ 19 alert( response.responseJSON.message ); 20 } 19 21 }); 20 22 }
Note: See TracChangeset
for help on using the changeset viewer.