diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-12 14:03:25 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-12 14:03:25 +0100 |
| commit | b9c1c7a333cf0482407949dc948ae5890ebbff3b (patch) | |
| tree | 57413587301c3b6ca78a84e67d52dd6ad38e336b | |
| parent | 6bf38680ce067533a887e35a99793d0981a357f5 (diff) | |
| download | Chimère-b9c1c7a333cf0482407949dc948ae5890ebbff3b.tar.bz2 Chimère-b9c1c7a333cf0482407949dc948ae5890ebbff3b.zip | |
Fix datepicker on modal
| -rw-r--r-- | chimere/templates/chimere/main_map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/chimere/main_map.html b/chimere/templates/chimere/main_map.html index 3e441dc..0cc0be7 100644 --- a/chimere/templates/chimere/main_map.html +++ b/chimere/templates/chimere/main_map.html @@ -99,7 +99,7 @@ var search_result = new Array(); var search_url = "{% url 'chimere:search' area_name %}"; $(function(){ - $("#modal-edit").on("hide.bs.modal", function() { + $("#modal-edit").on("hidden.bs.modal", function() { $("#modal-edit .modal-body").html(""); $("#main-map").chimere('refresh'); }); |
