There is no file nor directory at the given path: 'rhodecode/templates/_data_table/${h.url('/images/icons/arrow_divide.png')}' at revision 9d27481228a1
Files
@ ff3f10a6a203
Branch filter:
Location: kallithea/.hgtags
ff3f10a6a203
1.4 KiB
text/plain
pullrequest: just replace children of other_ref when other_repo changes
We were inserting a full select statement as innerHTML of a select and would
thus get nested select statements. IE did not render that correctly ... and
other browsers did strange things.
Instead we now create a in memory DOM object and move the optgroups. After
appending children to the selector we have to set selectedIndex on all
browsers.
We were inserting a full select statement as innerHTML of a select and would
thus get nested select statements. IE did not render that correctly ... and
other browsers did strange things.
Instead we now create a in memory DOM object and move the optgroups. After
appending children to the selector we have to set selectedIndex on all
browsers.