Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
submission report
Commit Description:
submission report
define ( function () {
"use strict" ;
// We have to close these tags to support XHTML (#13200)
var wrapMap = {
// Support: IE <=9 only
option : [ 1 , "<select multiple='multiple'>" , "</select>" ],
// XHTML parsers do not magically insert elements in the
// same way that tag soup parsers do. So we cannot shorten
// this by omitting <tbody> or other required elements.
thead : [ 1 , "<table>" , "</table>" ],
col : [ 2 , "<table><colgroup>" , "</colgroup></table>" ],
tr : [ 2 , "<table><tbody>" , "</tbody></table>" ],
td : [ 3 , "<table><tbody><tr>" , "</tr></tbody></table>" ],
_default : [ 0 , "" , "" ]
};
// Support: IE <=9 only
wrapMap . optgroup = wrapMap . option ;
wrapMap . tbody = wrapMap . tfoot = wrapMap . colgroup = wrapMap . caption = wrapMap . thead ;
wrapMap . th = wrapMap . td ;
return wrapMap ;
} );
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings