mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% for code, lang in languages %}
|
||||
{% if code in cgus| keys %}
|
||||
<li {{ code == current_locale ? 'class="current"' : ''}}>
|
||||
<a href="#terms-{{ code }}">{{ lang }}</a>
|
||||
<a class="no-ajax" href="#terms-{{ code }}">{{ lang }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@@ -91,7 +91,7 @@
|
||||
$('#right-ajax').removeClass('loading').html(datas);
|
||||
enableForms($('#right-ajax form:not(.no-ajax)'));
|
||||
|
||||
$.each($('#right-ajax a'),function(i, el){
|
||||
$.each($('#right-ajax a:not(.no-ajax)'),function(i, el){
|
||||
enableLink($(el));
|
||||
});
|
||||
return;
|
||||
|
Reference in New Issue
Block a user