X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=4cf95dcf437c6d21b0728f6adb1e2c8eaa8d9d71;hb=507a79a6e6c512a2b0ac0af6e067f5a8845b7d9c;hp=59682601611ad9fc0312a0bef6b8bd0d1e8d277a;hpb=b65dddf6cb8fdc5a98719ed170ca38c2059b362c;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 5968260..4cf95dc 100644 --- a/web/commons.js +++ b/web/commons.js @@ -847,7 +847,7 @@ function user_dec_and_state(el) var val_el; content = user_decorator(el); - content += state_add(el[0]); + content += state_add(el[0],(typeof(el[2]) != 'undefined' ? el[2] : null)); return (content); }