Sha256: a992d800dfe361fc124011e77be8bf7367b9e2598ea2d8a512babf27a5992161
Contents?: true
Size: 992 Bytes
Versions: 10
Compression:
Stored size: 992 Bytes
Contents
/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 5 Version: 5.1.5 Author: Sean Ngu Website: http://www.seantheme.com/color-admin/ */ var handleGoogleMapSetting = function() { "use strict"; var mapDefault; var cobaltStyles = [{"featureType":"all","elementType":"all","stylers":[{"invert_lightness":true},{"saturation":10},{"lightness":10},{"gamma":0.8},{"hue":"#293036"}]},{"featureType":"water","stylers":[{"visibility":"on"},{"color":"#293036"}]}]; var mapOptions = { zoom: 6, center: new google.maps.LatLng(-33.397, 145.644), mapTypeId: google.maps.MapTypeId.ROADMAP, disableDefaultUI: true, }; mapDefault = new google.maps.Map(document.getElementById('google-map'), mapOptions); mapDefault.setOptions({styles: cobaltStyles}); }; var Timeline = function () { "use strict"; return { //main function init: function () { handleGoogleMapSetting(); } }; }(); $(document).ready(function() { Timeline.init(); });
Version data entries
10 entries across 5 versions & 1 rubygems