Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/themes/Avada/includes/lib/inc/fusion-app/options/ |
Current File : //var/www/web28/html/wp-content/themes/Avada/includes/lib/inc/fusion-app/options/typography-sets.js |
/* global AwbTypographySet */ var FusionPageBuilder = FusionPageBuilder || {}; FusionPageBuilder.options = FusionPageBuilder.options || {}; FusionPageBuilder.options.fusionTypographySetsField = { /** * Initialize the typography field. * * @since 2.0.0 * @param {Object} $element - The element jQuery object. * @return {void} */ optionTypographySets: function( $element ) { var $set; $element = 'undefined' !== typeof $element && $element.length ? $element : this.$el; $set = $element.find( '.fusion-builder-option.typography-sets' ); if ( ! $set.length ) { return; } // Init sets. if ( _.isUndefined( window.awbTypographySelect ) || _.isUndefined( window.awbTypographySelect.webfonts ) ) { jQuery.when( window.awbTypographySelect.getWebFonts() ).done( function() { new AwbTypographySet( $set[ 0 ], this ); } ); } else { new AwbTypographySet( $set[ 0 ], this ); } } };
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare