alecpl
2011-04-21 7fbd94bc47962f79d7ffe85d9ec062cccbb92c47
- Don't show ajax request errors when there is no real error


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -5387,7 +5387,7 @@
    this.set_busy(false, null, lock);
    request.abort();
    if (errmsg)
    if (request.status && errmsg)
      this.display_message(this.get_label('servererror') + ' (' + errmsg + ')', 'error');
  };