%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/core/kirki/controls/js/src/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/core/kirki/controls/js/src/kirki.js |
var kirki = { initialized: false, /** * Initialize the object. * * @since 3.0.17 * @returns {null} */ initialize: function() { var self = this; // We only need to initialize once. if ( self.initialized ) { return; } setTimeout( function() { kirki.util.webfonts.standard.initialize(); kirki.util.webfonts.google.initialize(); }, 150 ); // Mark as initialized. self.initialized = true; } }; // Initialize the kirki object. kirki.initialize();