forked from 0x2620/pandora
In the annotations dialog for guests, display the layer name, not the layer id
This commit is contained in:
parent
e3b5e2a6e7
commit
a0b7ceadd3
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ pandora.ui.item = function() {
|
|||
pandora.ui.importAnnotations().open();
|
||||
},
|
||||
info: function(data) {
|
||||
pandora.ui.annotationDialog(data.layer).open();
|
||||
pandora.ui.annotationDialog(Ox.getObjectById(pandora.site.layers, data.layer).title).open();
|
||||
},
|
||||
muted: function(data) {
|
||||
pandora.UI.set('videoMuted', data.muted);
|
||||
|
|
Loading…
Reference in a new issue