[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siakad
/
akademik
/
js
/
inc
/
[
Home
]
File: map.js
$(document).ready(function () { if($('#map-world')[0]) { $('#map-world').vectorMap({ map: 'world_en', backgroundColor: null, color: '#eee', borderColor: '#eee', hoverOpacity: 1, selectedColor: '#00BCD4', enableZoom: true, showTooltip: true, normalizeFunction: 'polynomial', selectedRegions: ['US', 'EN', 'NZ', 'CN', 'JP', 'SL', 'BR', 'AU'], onRegionClick: function (event) { event.preventDefault(); } }); } });