Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1520 → Rev 1521

/trunk/presentations/scripts/fiche-synthese.js
776,7 → 776,7
}
 
function gererTemplatesChargementALaDemande() {
$('.lien-ajax-tpl a.lien-ajax-tpl-chargement').live('click', function(e) {
$('.lien-ajax-tpl a.lien-ajax-tpl-chargement').on('click', function(e) {
if($(this).attr('data-loading') != "true") {
$(this).attr('data-loading', "true");
e.preventDefault();