@ -124,9 +124,7 @@ $(document).ready(function() {
// Global popup
$('body').on('click', 'a.ajax', function(e) {
console.log('sss');
e.preventDefault();
var contentUrl = this.href,
loadModalContent = $.get(contentUrl),
self = $(this);
@ -1,7 +1,7 @@
{% extends template ~ "/layout/layout_1_col.html.twig" %}
{% block content %}
{% autoescape false %}
{{ session_header }}
{{ title }}
@ -119,4 +119,5 @@
{{ requirements }}
{{ dependencies }}
{% endautoescape %}
{% endblock %}