forked from 0x2620/pandora
typo
This commit is contained in:
parent
ac219da8e5
commit
b21fe0f8f7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ pandora.UI = (function() {
|
||||||
var editsKey = 'edits.' + that.encode(args.edit) + '.' + key;
|
var editsKey = 'edits.' + that.encode(args.edit) + '.' + key;
|
||||||
add[editsKey] = editsKey in args ? args[editsKey]
|
add[editsKey] = editsKey in args ? args[editsKey]
|
||||||
: pandora.user.ui.edits[args.edit] ? pandora.user.ui.edits[args.edit][key]
|
: pandora.user.ui.edits[args.edit] ? pandora.user.ui.edits[args.edit][key]
|
||||||
: valuel
|
: value;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (args.text) {
|
if (args.text) {
|
||||||
|
|
Loading…
Reference in a new issue