forked from 0x2620/pandora
typo
This commit is contained in:
parent
5ef6062613
commit
adfaa863c3
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ pandora.ui.importMediaDialog = function(options) {
|
|||
infoValue = infoValue.join(', ');
|
||||
}
|
||||
value = value.replace(
|
||||
new RegExp('\{' + infoKey '\}', 'g'), infoValue
|
||||
new RegExp('\{' + infoKey + '\}', 'g'), infoValue
|
||||
);
|
||||
});
|
||||
if (Ox.isArray(type)) {
|
||||
|
@ -114,7 +114,7 @@ pandora.ui.importMediaDialog = function(options) {
|
|||
pandora.api.add({title: values.title || info.title}, function(result) {
|
||||
var edit = Ox.extend(
|
||||
Ox.filter(values, function(value, key) {
|
||||
return key != 'title'
|
||||
return key != 'title';
|
||||
}),
|
||||
{'id': result.data.id}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue