uawdijnntqw1x1x1
IP : 216.73.216.124
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
creationoo
/
www
/
aa21f
/
..
/
wp-content
/
plugins
/
fusion-builder
/
js
/
util.js
/
/
var FusionPageBuilder = FusionPageBuilder || {}; ( function( $ ) { /** * Fetch a JavaScript template for an id, and return a templating function for it. * * @param {string} id A string that corresponds to a DOM element * @return {function} A function that lazily-compiles the template requested. */ FusionPageBuilder.template = _.memoize( function( html ) { var compiled, /* * Underscore's default ERB-style templates are incompatible with PHP * when asp_tags is enabled, so WordPress uses Mustache-inspired templating syntax. */ options = { evaluate: /<#([\s\S]+?)#>/g, interpolate: /\{\{\{([\s\S]+?)\}\}\}/g, escape: /\{\{([^\}]+?)\}\}(?!\})/g }; return function( data ) { compiled = compiled || _.template( html, null, options ); return compiled( data ); }; }); }( jQuery ) );
/home/creationoo/www/aa21f/../wp-content/plugins/fusion-builder/js/util.js