Update and rename TwitterStalker/MapScript.js to MapTest/MapScript.js

This commit is contained in:
Brad Stein 2018-09-21 01:13:02 -05:00 committed by GitHub
parent 6610846f1b
commit 89fd6f32be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ function initMap() {
unifocus = new google.maps.Marker({
position: {lat: 32.9194354, lng: -96.9292158},
map: map,
title: 'Globe Runner'
title: 'Unifocus'
});
}