Skip to content
Snippets Groups Projects
Commit 92bb50e0 authored by Gabriel Engel's avatar Gabriel Engel Committed by GitHub
Browse files

Merge pull request #5153 from RocketChat/4850-fix-geolocation-button

Fix Geolocation button
parents 1b240bd4 5c086836
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ Template.messageBox.events ...@@ -191,7 +191,7 @@ Template.messageBox.events
fileUpload filesToUpload fileUpload filesToUpload
'click .message-form .geo-location': (event, instance) -> 'click .message-form .message-buttons.location': (event, instance) ->
roomId = @_id roomId = @_id
position = RocketChat.Geolocation.get() position = RocketChat.Geolocation.get()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment