PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
google-map
/
assets
/
js
/
parts
(function ($) { "use strict"; qodefCore.shortcodes.webon_core_google_map = {}; $(document).ready(function () { qodefGoogleMap.init(); }); var qodefGoogleMap = { init: function () { this.holder = $('.qodef-google-map'); if (this.holder.length) { this.holder.each(function () { if (typeof window.qodefGoogleMap !== 'undefined') { window.qodefGoogleMap.initMap($(this).find('.qodef-m-map')); } }); } } }; qodefCore.shortcodes.webon_core_google_map.qodefGoogleMap = qodefGoogleMap; })(jQuery);
[+]
..
[-] google-map.js
[edit]