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
This commit is contained in:
Jean-Philippe Lang
2007-10-22 17:45:41 +00:00
parent b30b6717a2
commit 8ca4d35dcc
7 changed files with 44 additions and 18 deletions

View File

@@ -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;
}