Commit 212a78e
committed
Easy Debug, sessionStorage and process on field value
Added 2 new settings. The first is a debug setting that defaults to
false, if a user sets it to true, debug information will be rendered to
the console allowing them to know how much processing is actually
happening which is helpful with debugging and getting familiarized with
the plugin. The second setting is to use sessionStorage for geolocation
lookup, for desktops this is good as the user is stationary and if they
are browsing on and off the page, coming back to the page should not
always require 3+ seconds just for that feature to run its process. In
the _start function added some additional code to allow auto processing
if the address field has a value and stop auto geo if that or a query
string param fires.1 parent 9155a75 commit 212a78e
File tree
4 files changed
+285
-100
lines changed- dist/assets/js
- libs
- plugins/storeLocator
- src/js
4 files changed
+285
-100
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments