Changeset 107134 in spip-zone
- Timestamp:
- Oct 24, 2017, 3:44:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/foundation_6/trunk/javascript/spip.foundation.js
r103865 r107134 27 27 }); 28 28 29 30 29 // Restaurer le deeplinking des tab Foundation (pour les version < 6.3.1) 31 30 // En attendant que la fonction soit de retour officiellement … … 40 39 41 40 spip_foundation(); 42 onAjaxLoad(spip_foundation); 41 onAjaxLoad(function () { 42 spip_foundation(); 43 // Restaurer les reveal modal après un chargement ajax 44 $(".reveal").foundation(); 45 });
Note: See TracChangeset
for help on using the changeset viewer.