Aleksander Machniak
2014-07-30 31b02362653e6399ef63a2342dc0e777c173c33b
Fixed variable name
1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -6423,7 +6423,7 @@
    if (typeof content == 'object')
      popup.append(content);
    else
      popup.html(html);
      popup.html(content);
    popup.dialog($.extend({
        title: title,