Skip to content

Commit 42866bc

Browse files
committed
fix: replaced localstorage-key with operator
1 parent 525df13 commit 42866bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/current-location.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div
3333
geolocation="true"
3434
array="users"
35-
object="{{userId}}"
35+
object="$user_id"
3636
key="currentLocation"
3737
data-icon="optional field name in db"
3838
data-icon_type="optional svg or png?"

demo/fleet-tracking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div
3333
geolocation="true"
3434
array="users"
35-
object="{{userId}}"
35+
object="$user_id"
3636
key="currentLocation"
3737
data-icon="optional field name in db"
3838
data-icon_type="optional svg or png?"

0 commit comments

Comments
 (0)