This commit is contained in:
rolux 2014-02-06 09:56:20 +00:00
parent ac219da8e5
commit b21fe0f8f7

View file

@ -168,7 +168,7 @@ pandora.UI = (function() {
var editsKey = 'edits.' + that.encode(args.edit) + '.' + key;
add[editsKey] = editsKey in args ? args[editsKey]
: pandora.user.ui.edits[args.edit] ? pandora.user.ui.edits[args.edit][key]
: valuel
: value;
});
}
if (args.text) {