From 180854c3c9e61b36cb9d0e7c5365b23b062f2985 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 2 Apr 2015 13:32:24 +0200 Subject: [PATCH] typo --- static/js/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/UI.js b/static/js/UI.js index 4999c5e6..79d9938f 100644 --- a/static/js/UI.js +++ b/static/js/UI.js @@ -223,7 +223,7 @@ pandora.UI = (function() { : ( pandora.user.ui.texts[args.text] && !Ox.isUndefined(pandora.user.ui.texts[args.text][key]) - } ? pandora.user.ui.texts[args.text][key] + ) ? pandora.user.ui.texts[args.text][key] : value; }); }