Thomas Bruederli
2014-07-09 5a3f8636ecaa9d479ef2ec39fa6abe36792a2556
Fix displaying error messages without timeout
1 files modified
1 ■■■■ changed files
skins/larry/ui.js 1 ●●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -472,6 +472,7 @@
          minHeight: 90
        }).show();
      if (p.timeout > 0)
      me.message_timer = window.setTimeout(dialog_close, p.timeout);
    }
  }