From 63e9c348a072862aa6b7eb9910f69578c2a59a71 Mon Sep 17 00:00:00 2001 From: Alexander Werner Date: Mon, 6 Mar 2017 18:43:17 +0100 Subject: [PATCH] updated modal code --- billard/templates/billard/index.html | 3 ++- billard/templates/billard/index_ajax.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/billard/templates/billard/index.html b/billard/templates/billard/index.html index 31bffd6..aaa79f2 100644 --- a/billard/templates/billard/index.html +++ b/billard/templates/billard/index.html @@ -28,7 +28,8 @@ $(document).ready(function() { }); function refresh_page() { - $('#desk_data').load('#') + $('#desk_data').load('#'); + $('#accountsmodal').modal(); } {% endblock %} diff --git a/billard/templates/billard/index_ajax.html b/billard/templates/billard/index_ajax.html index bd0d345..665bd2e 100644 --- a/billard/templates/billard/index_ajax.html +++ b/billard/templates/billard/index_ajax.html @@ -9,7 +9,7 @@ {% endif %} {% if accounts %} -