mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-07 02:46:36 +00:00
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
|
|
/*
|
|
* Optionally rename the topic in the location popup on the map
|
|
*/
|
|
|
|
var renames = {
|
|
'jjolie/phone' : 'Jane Jolie',
|
|
'john/android' : "John Smith",
|
|
};
|