Skip to content
Snippets Groups Projects

Issue #3511467: initial commit of moving JS into libraries

Merged Issue #3511467: initial commit of moving JS into libraries
2 unresolved threads
Merged aaron.ferris requested to merge issue/jstimer-3511227:3511467-move-js into 2.0.x
2 unresolved threads

Closes #3511467

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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() {
  • 1 {#
    2 /**
    3 * @file
    4 * Jst timer template.
    5 *
    6 * Available variables:
    7 * - widget_args: The widget arguments.
  • aaron.ferris added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading