Changeset 112614 in spip-zone
- Timestamp:
- Dec 3, 2018, 4:14:38 PM (2 years ago)
- Location:
- _plugins_/timecircles/trunk
- Files:
-
- 3 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/timecircles/trunk/paquet.xml
r112589 r112614 2 2 prefix="timecircles" 3 3 categorie="squelette" 4 version="1.5.3.2 0"4 version="1.5.3.21" 5 5 etat="test" 6 6 compatibilite="[3.1.0;3.3.*]" -
_plugins_/timecircles/trunk/timecircles_pipelines.php
r112588 r112614 22 22 /** 23 23 * load timecircles' js in the admin area 24 *25 * may need htmlpurifier or something, to avoid glitchs26 * with data- elements filtering in the admin area... (mist_gx)27 24 **/ 28 25 function timecircles_header_prive($flux){ … … 36 33 **/ 37 34 function timecircles_insert_head($flux){ 38 $flux .= '<script src="'. _DIR_PLUGIN_TIMECIRCLES.'lib/timecircles.js" type="text/javascript"></script>'35 $flux .= '<script src="'.generer_url_public('lib/timecircles.js').'" type="text/javascript"></script>' 39 36 . '<script src="'.find_in_path('js/timecircles.js').'" type="text/javascript"></script>'; 40 37 return $flux;
Note: See TracChangeset
for help on using the changeset viewer.