From 8ca4d35dcc466df18b0fa6a322d00b030b183d15 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 22 Oct 2007 17:45:41 +0000 Subject: Added a bit of AJAX on the SCM browser (tree view). git-svn-id: http://redmine.rubyforge.org/svn/trunk@862 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/javascripts/prototype.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/javascripts') diff --git a/public/javascripts/prototype.js b/public/javascripts/prototype.js index 505822177..2735d10dc 100644 --- a/public/javascripts/prototype.js +++ b/public/javascripts/prototype.js @@ -1629,7 +1629,7 @@ Abstract.Insertion.prototype = { } catch (e) { var tagName = this.element.tagName.toUpperCase(); if (['TBODY', 'TR'].include(tagName)) { - this.insertContent(this.contentFromAnonymousTable()); + this.insertContent(this.contentFromAnonymousTable()._reverse()); } else { throw e; } -- cgit v1.2.3