Changeset 65436 in spip-zone
- Timestamp:
- Aug 31, 2012, 10:51:38 PM (9 years ago)
- Location:
- _plugins_/couteau_suisse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/couteau_suisse/config_outils.php
r65363 r65436 1287 1287 'pipelinecode:insert_head' => 'if(%%scrollTo%%) {$flux.=\'<script src="\'.find_in_path("outils/jquery.scrollto.js").\'" type="text/javascript"></script>\'."\n";} 1288 1288 if(%%LocalScroll%%) {$flux.=\'<script src="\'.find_in_path("outils/jquery.localscroll.js").\'" type="text/javascript"></script>\'."\n";}', 1289 'code:js_public' => 'function soft_scroller_init() { if(typeof jQuery.localScroll=="function") jQuery.localScroll({hash: true}); }', 1289 'code:js_public' => 'function soft_scroller_init() { if(typeof jQuery.localScroll=="function") 1290 jQuery.localScroll({hash: true, onAfter:function(anchor,settings){jQuery(anchor).focus();}}); 1291 }', 1290 1292 'code:jq_init_public' => 'soft_scroller_init.apply(this);', 1291 1293 )); -
_plugins_/couteau_suisse/outils/blocs.js
r36262 r65436 169 169 170 170 /* 171 // Pour un bloc d épliable du genre :171 // Pour un bloc depliable du genre : 172 172 // <BOUCLE_art(ARTICLES)> 173 173 // #BLOC_TITRE
Note: See TracChangeset
for help on using the changeset viewer.