From 89fd6f32be94ea7fb26e7919f495013a29d89f96 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 21 Sep 2018 01:13:02 -0500 Subject: [PATCH] Update and rename TwitterStalker/MapScript.js to MapTest/MapScript.js --- {TwitterStalker => MapTest}/MapScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {TwitterStalker => MapTest}/MapScript.js (91%) diff --git a/TwitterStalker/MapScript.js b/MapTest/MapScript.js similarity index 91% rename from TwitterStalker/MapScript.js rename to MapTest/MapScript.js index 4606a94..d98c589 100644 --- a/TwitterStalker/MapScript.js +++ b/MapTest/MapScript.js @@ -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' }); }