changeset 271:1359bc5c53e0 gmap2

Add name attribute to accepted list.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Apr 2014 23:48:18 +0300
parents 561640ed2204
children a66d849006f2
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Sun Apr 13 23:48:07 2014 +0300
+++ b/index.php	Sun Apr 13 23:48:18 2014 +0300
@@ -32,7 +32,7 @@
   "nav.js",
 );
 
-$jsTokens = array("x", "y", "zoom", "token");
+$jsTokens = array("x", "y", "zoom", "token", "name");
 
 
 //