Issue #3511467: initial commit of moving JS into libraries
2 unresolved threads
Closes #3511467
Merge request reports
Activity
added 1 commit
44 39 $replacements = array('<br/>', '', '"' ); 45 40 return preg_replace($patterns, $replacements, $format_string); 46 41 } 47 48 49 /** 50 * create the timer.js file and put it in the files/jstimer directory. 51 * 52 * @return string 53 * The full path of the file. 54 */ 55 function jstimer_build_js_cache() { Yep thanks, these install functions shouldn’t be needed anymore
Edited by aaron.ferris
1 {# 2 /** 3 * @file 4 * Jst timer template. 5 * 6 * Available variables: 7 * - widget_args: The widget arguments.
Please register or sign in to reply