4 Commits

Author SHA1 Message Date
Julien Roncaglia
1a8d15d1c5 Add 2 new hooks: geoSearch and nicknameClicked
For both of them returning false will interupt the default action

'geoSearch' is called when something is entered in the search box.
The argument is the string entered in the search box

'nicknameClicked' is called when a nickname is cliked.
The argument is an object with 2 properties:
 - 'event' contain the standard event object
 - 'nickname' contain the nick of the user
2013-04-09 22:40:34 +02:00
Stefan Breunig
3f134542cb switch to map on geosearch success (fixes #410) 2013-03-08 10:36:33 +01:00
Stefan Breunig
290ce87e72 fix geosearch with non-ascii chars (fixes #20) 2013-02-08 00:09:29 +01:00
Stefan Breunig
a07ee0cc3d so others may contribute 2013-02-01 13:11:14 +01:00