Explorar o código

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

joshua %!s(int64=15) %!d(string=hai) anos
pai
achega
5fff8234be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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--;