updated modal code
This commit is contained in:
parent
d2e56b99b8
commit
8e95ae4ff5
@ -31,9 +31,10 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
function refresh_page() {
|
function refresh_page() {
|
||||||
$('#desk_data').load('#');
|
$('#desk_data').load('#');
|
||||||
$('#accountsmodal').modal('hide');
|
$('#modal-wrapper').load('{% url 'accountmodal' %}', function() {
|
||||||
$('#modal-wrapper').load('{% url 'accountmodal' %}');
|
$('.modal').modal('hide');
|
||||||
$('#accountsmodal').modal('show');
|
$('#accountsmodal').modal('show');
|
||||||
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user