mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Existing place and organizer hint #538
This commit is contained in:
parent
bdd22527b5
commit
c1b8fd25d8
@ -1631,6 +1631,7 @@ $('#allday').on('change', function() {
|
|||||||
remote: {
|
remote: {
|
||||||
url: "{{ url_for('js_check_event_place_name') }}",
|
url: "{{ url_for('js_check_event_place_name') }}",
|
||||||
type: "post",
|
type: "post",
|
||||||
|
async: false,
|
||||||
data: {
|
data: {
|
||||||
admin_unit_id: function() {
|
admin_unit_id: function() {
|
||||||
return "{{ admin_unit.id }}";
|
return "{{ admin_unit.id }}";
|
||||||
@ -1662,6 +1663,7 @@ $('#allday').on('change', function() {
|
|||||||
remote: {
|
remote: {
|
||||||
url: "{{ url_for('js_check_organizer_name') }}",
|
url: "{{ url_for('js_check_organizer_name') }}",
|
||||||
type: "post",
|
type: "post",
|
||||||
|
async: false,
|
||||||
data: {
|
data: {
|
||||||
admin_unit_id: function() {
|
admin_unit_id: function() {
|
||||||
return "{{ admin_unit.id }}";
|
return "{{ admin_unit.id }}";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user