Plugin Directory

Changeset 3144689


Ignore:
Timestamp:
08/31/2024 01:23:21 PM (19 months ago)
Author:
clickmaps
Message:

quick edit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interactive-map-of-europe/trunk/public/js/map-interact.js

    r3144407 r3144689  
    1818        var _obj = $('#' + id);
    1919        $('#eumapwrapper-org').css({'opacity': '1'});
    20 
    21         if(eu_map_org_config['default']['eushowvisns_org'] === true) {
    22             $('#euvisns-org').css({'fill': eu_map_org_config['default']['euvisns_org']});
    23             $('#euvisns-org').css({'opacity': '1'});
    24         } else {
    25             $('#euvisns-org').css({'opacity': '0'});
    26         }
    2720
    2821        _obj.attr({'fill': eu_map_org_config[id]['upclr'], 'stroke': eu_map_org_config['default']['eubrdrclr_org']});
Note: See TracChangeset for help on using the changeset viewer.