summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-11-19 16:50:50 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-11-24 10:16:24 +0100
commitca10cc175991b9e5d016d82541e627bcd6b9067c (patch)
tree4ac188aeb6add222d86d4298b47ba5020c2e65f5 /ishtar_common/templates
parentd392381bf8596ed027528e71f093b9bcf1e80d67 (diff)
downloadIshtar-ca10cc175991b9e5d016d82541e627bcd6b9067c.tar.bz2
Ishtar-ca10cc175991b9e5d016d82541e627bcd6b9067c.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.html5
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();
});