From afa0cc96b9eea6b717ab21e2dd102aa8f400e477 Mon Sep 17 00:00:00 2001 From: Robert Best Date: Fri, 23 Sep 2016 16:06:28 -0400 Subject: [PATCH] Update index.js --- frontend/src/Metamaps/Map/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Metamaps/Map/index.js b/frontend/src/Metamaps/Map/index.js index 5de9e061..944a387b 100644 --- a/frontend/src/Metamaps/Map/index.js +++ b/frontend/src/Metamaps/Map/index.js @@ -76,7 +76,7 @@ const Map = { var map = Active.Map var mapper = Active.Mapper - document.title = map.attributes.name + ' | Metamaps' + document.title = map.get('name') + ' | Metamaps' // add class to .wrapper for specifying whether you can edit the map if (map.authorizeToEdit(mapper)) {