Sha256: b1ba8853d45d3bfc988240edbfc4f9a9c1de4fc7b8a3b7255e2af03b9bb81c9b
Contents?: true
Size: 681 Bytes
Versions: 5
Compression:
Stored size: 681 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 mapOptions = { zoom: 4, center: new google.maps.LatLng(37.09024, -95.712891), mapTypeId: google.maps.MapTypeId.ROADMAP, disableDefaultUI: true, }; var mapDefault = new google.maps.Map(document.getElementById('google-map'), mapOptions); }; var Profile = function () { "use strict"; return { //main function init: function () { handleGoogleMapSetting(); } }; }(); $(document).ready(function() { Profile.init(); });
Version data entries
5 entries across 5 versions & 1 rubygems