Changeset 93507 in spip-zone
- Timestamp:
- Dec 10, 2015, 10:14:25 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/selecteur_generique/trunk/selecteurgenerique_pipelines.php
r84254 r93507 4 4 5 5 function selecteurgenerique_jqueryui_plugins($plugins){ 6 if ((defined('DESACTIVER_SELECTEUR_GENERIQUE') 7 AND DESACTIVER_SELECTEUR_GENERIQUE) OR !test_espace_prive()) 6 if ( 7 (defined('DESACTIVER_SELECTEUR_GENERIQUE') and DESACTIVER_SELECTEUR_GENERIQUE) 8 or !test_espace_prive() 9 ) { 8 10 return $plugins; 11 } 12 9 13 $plugins[] = 'jquery.ui.position'; 10 14 $plugins[] = 'jquery.ui.autocomplete'; 15 11 16 return $plugins; 12 17 }
Note: See TracChangeset
for help on using the changeset viewer.