diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-11-19 16:50:50 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-11-20 15:17:13 +0100 |
| commit | 3324ae5f4d296122024ed8e806b94146e863798c (patch) | |
| tree | 58943f730068622cfe59338012118994b3e579ee /ishtar_common/templates | |
| parent | 992da9be2c8c2af222d3cce54ebfcaa7d9b01a49 (diff) | |
| download | Ishtar-3324ae5f4d296122024ed8e806b94146e863798c.tar.bz2 Ishtar-3324ae5f4d296122024ed8e806b94146e863798c.zip | |
✨ operation - quick context record form: open the newly created context record
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/forms/success.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/forms/success.html b/ishtar_common/templates/ishtar/forms/success.html index 963273276..a3885a813 100644 --- a/ishtar_common/templates/ishtar/forms/success.html +++ b/ishtar_common/templates/ishtar/forms/success.html @@ -12,6 +12,11 @@ $(document).ready(function(){ window.location.replace(redirect); }, 500); {% endif %} + {% if load_window %} + setTimeout(function(){ + load_window("{{load_window}}"); + }, 1000); + {% endif %} main_submit_search(); }); |
