Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

"simplesamlphp/saml2": "^5.0",
"simplesamlphp/simplesamlphp": "^2.4",
"symfony/http-foundation": "^6.4"
"symfony/http-foundation": "^6.4",
"simplesamlphp/simplesamlphp-assets-jquery": "^2.4"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "^1.9"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions public/assets/css/ui-theme-1.13.2/jquery-ui.min.css

This file was deleted.

5 changes: 0 additions & 5 deletions public/assets/js/jquery-1.12.4.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions public/assets/js/jquery-ui-1.13.2.min.js

This file was deleted.

6 changes: 3 additions & 3 deletions templates/formedit.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.twig" %}

{% block preload %}
<link rel="stylesheet" media="screen" href="{{ asset('css/ui-theme-1.13.2/jquery-ui.min.css', 'metaedit') }}" />
<link rel="stylesheet" media="screen" href="{{ asset('css/jquery-ui.min.css', 'jquery') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset('css/metaedit.css') }}" />
<script type="text/javascript">
$(document).ready(function() {
Expand All @@ -11,8 +11,8 @@
{% endblock %}

{% block postload %}
<script src="{{ asset('js/jquery-1.12.4.min.js', 'metaedit') }}"></script>
<script src="{{ asset('js/jquery-ui-1.13.2.min.js', 'metaedit') }}"></script>
<script src="{{ asset('js/jquery.min.js', 'jquery') }}"></script>
<script src="{{ asset('js/jquery-ui.min.js', 'jquery') }}"></script>
{% endblock %}

{% block content %}
Expand Down
6 changes: 3 additions & 3 deletions templates/metalist.twig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% extends "base.twig" %}

{% block preload %}
<link rel="stylesheet" media="screen" href="{{ asset('css/ui-theme-1.13.2/jquery-ui.min.css', 'metaedit') }}">
<link rel="stylesheet" media="screen" href="{{ asset('css/jquery-ui.min.css', 'jquery') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('css/metaedit.css', 'metaedit') }}" />
{% endblock %}

{% block postload %}
<script src="{{ asset('js/jquery-1.12.4.min.js', 'metaedit') }}"></script>
<script src="{{ asset('js/jquery-ui-1.13.2.min.js', 'metaedit') }}"></script>
<script src="{{ asset('js/jquery.min.js', 'jquery') }}"></script>
<script src="{{ asset('js/jquery-ui.min.js', 'jquery') }}"></script>
{% endblock %}

{% block content %}
Expand Down
Loading