From 4cc676f3aeb22dce7bfbe483217e46e54ffe3700 Mon Sep 17 00:00:00 2001 From: mak001 Date: Tue, 13 Jun 2017 14:45:00 -0500 Subject: [PATCH] Added a unique ID to custom script - allows for more customization Updated gitignore --- .gitignore | 4 +++- code/pages/Locator.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 496ee2c..eb21b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.DS_Store \ No newline at end of file +.DS_Store + +.idea \ No newline at end of file diff --git a/code/pages/Locator.php b/code/pages/Locator.php index 7e6f831..71e1b42 100644 --- a/code/pages/Locator.php +++ b/code/pages/Locator.php @@ -295,7 +295,7 @@ public function init() } }); }); - "); + ", "locator_map_init_script"); } } }