Remove unused popup system and jquery-ui

This commit is contained in:
2025-06-15 17:08:44 +02:00
parent 42434d10ca
commit 17129af1bb
19 changed files with 56 additions and 231 deletions

View File

@@ -74,7 +74,7 @@
{%- if this_picture -%}
{% set default_picture = this_picture.get_download_url()|tojson %}
{% set delete_url = (
url('core:file_delete', file_id=this_picture.id, popup='')
url('core:file_delete', file_id=this_picture.id)
+ "?next=" + url('core:user_edit', user_id=profile.id)
)|tojson %}
{%- else -%}