forked from 0x2620/pandora
in annotation panel, make links to define/edit places/events work (fixes #561)
This commit is contained in:
parent
b77045f375
commit
958773ec7e
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
pandora.ui.placesDialog = function(options) {
|
||||
// options can be {id: '...'} or {name: '...'}
|
||||
Ox.print('placesDialog', options);
|
||||
var height = Math.round((window.innerHeight - 48) * 0.9),
|
||||
width = Math.round(window.innerWidth * 0.9),
|
||||
$content = Ox.ListMap({
|
||||
|
|
Loading…
Reference in a new issue