Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(typeof(umsAllMapsInfo) !== 'undefined' && umsAllMapsInfo && umsAllMapsInfo.length) {
- for(var i = 0; i < umsAllMapsInfo.length; i++) {
- if(jQuery('#'+ umsAllMapsInfo[i].view_html_id).length) {
- umsInitMapOnPage( umsAllMapsInfo[i] );
- }
- }
- jQuery(document).trigger('umsAmiVarInited');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement