mirror of
https://github.com/redmine/redmine.git
synced 2025-12-24 01:10:38 +01:00
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:
2
public/javascripts/prototype.js
vendored
2
public/javascripts/prototype.js
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user