Fix: updated ajax request with crossDomain: false
This commit is contained in:
parent
a6b4f8f5dd
commit
7cacb605c4
@ -210,7 +210,8 @@ $(document).ready(function(){
|
||||
url: base_url + '/admin/districts/' + region_id,
|
||||
type: 'GET',
|
||||
headers: {
|
||||
'X-Requested-With': 'XMLHttpRequest'
|
||||
'X-Requested-With': 'XMLHttpRequest',
|
||||
'crossDomain': false
|
||||
},
|
||||
success: function(data) {
|
||||
// console.log('Success:', data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user