Lost connections message tells you to check the server field.

This commit is contained in:
Kyle Kingsbury 2013-04-15 10:35:57 -07:00
parent cad99012ab
commit 48bd6012f0

View file

@ -123,7 +123,7 @@ var subs = (function() {
}
// Display reconnection notice
toastr.warning(_.size(closed) + " lost connections");
toastr.warning(_.size(closed) + " lost connections—check the server field above.");
// Reopen
_.each(closed, function(sub) {