PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | core/any/js/admin-support.js +2 -2 10.1111.8.4 View file →
@@ -415,9 +415,9 @@
415 415 jQuery.ajax({ // Start Ajax Sending
416 416 url: wpbc_url_ajax,
417 417 type:'POST',
418 418 success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
419 - error:function (XMLHttpRequest, textStatus, errorThrown){ window.status = 'Ajax sending Error status:'+ textStatus; alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText); if ( XMLHttpRequest.status == 500 ) { alert('Error: 500'); } } ,
419 + error:function (XMLHttpRequest, textStatus, errorThrown){ window.status = 'Ajax sending Error status:'+ textStatus; console.error( XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText); if ( XMLHttpRequest.status == 500 ) { console.error( 'Error: 500'); } } ,
420 420 // beforeSend: someFunction,
421 421 data:{
422 422 action: 'USER_SAVE_CUSTOM_DATA',
423 423 user_id: us_id,
@@ -794,9 +794,9 @@
794 794 jQuery.ajax({ // Start Ajax Sending
795 795 url: wpbc_url_ajax,
796 796 type:'POST',
797 797 success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
798 - error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
798 + error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;console.error( XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {console.error( 'Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
799 799 // beforeSend: someFunction,
800 800 data:{
801 801 //ajax_action : 'USER_SAVE_WINDOW_STATE',
802 802 action : 'USER_SAVE_WINDOW_STATE',