Changeset 93791 in spip-zone
- Timestamp:
- Dec 17, 2015, 11:24:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/foundation_6/trunk/javascript/app.js
r93785 r93791 14 14 15 15 // Récupérer le lien ciblé par la requête ajax 16 var href = this.href;16 var href = $(this).data("reveal-ajax"); 17 17 // On a besoin de savoir sur quel modal il faut agir 18 18 var modal = $(this).data("toggle");
Note: See TracChangeset
for help on using the changeset viewer.