thomascube
2011-07-30 fcc7f861b170596c6970aecb1ddc87a3567b112f
program/js/app.js
@@ -5153,6 +5153,7 @@
      obj.click(function() { return ref.hide_message(obj); });
    }
    if (timeout > 0)
    window.setTimeout(function() { ref.hide_message(id, type == 'loading'); }, timeout);
    return id;
  };