typo
This commit is contained in:
parent
b0075d47cc
commit
f67f9955df
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ pandora.ui.embedDialog = function(/*[url, ]callback*/) {
|
||||||
+ (
|
+ (
|
||||||
Ox.contains(['grid', 'map', 'calendar'], view) ? '/' + data.sort : ''
|
Ox.contains(['grid', 'map', 'calendar'], view) ? '/' + data.sort : ''
|
||||||
)
|
)
|
||||||
+ (data.find ? formatFind(data.find) : '')
|
+ (data.find ? '/' + formatFind(data.find) : '')
|
||||||
+ (position ? '/' + position : '')
|
+ (position ? '/' + position : '')
|
||||||
+ '#embed'
|
+ '#embed'
|
||||||
+ (options ? '?' + options : '')
|
+ (options ? '?' + options : '')
|
||||||
|
@ -911,7 +911,7 @@ pandora.ui.embedDialog = function(/*[url, ]callback*/) {
|
||||||
} else {
|
} else {
|
||||||
options.view = 'text';
|
options.view = 'text';
|
||||||
}
|
}
|
||||||
options.mapMode = !ui.item ? 'list' : 'item';
|
options.mapMode = !ui.item ? 'find' : 'item';
|
||||||
options.item = ui.item;
|
options.item = ui.item;
|
||||||
options.document = ui.documentsSelection[ui.item][0] || '';
|
options.document = ui.documentsSelection[ui.item][0] || '';
|
||||||
options.list = ui._list;
|
options.list = ui._list;
|
||||||
|
|
Loading…
Reference in a new issue