Ver Fonte

Fixed error with page history where previous revisions where no longer available.

joshua há 15 anos atrás
pai
commit
5fff8234be
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      wiki.html

+ 1 - 1
wiki.html

@@ -783,7 +783,7 @@ wiki.history = function() {
 				});
 			},
 			error:	function(data) {
-				$('<li>Revision ' + this._revisions.ids[x] + ' is unavailable.').appendTo('#history');
+				$('<li>Previous revision is no longer available...</li>').appendTo('#history');
 			}
 		});
 		rev--;