##// END OF EJS Templates
pullrequest: just replace children of other_ref when other_repo changes...
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.
Mads Kiilerich -
r3512:ff3f10a6 beta
Show More
Name Size Modified Last Commit Author
/ rhodecode / lib / dbmigrate / versions
001_initial_release.py Loading ...
002_version_1_1_0.py Loading ...
003_version_1_2_0.py Loading ...
004_version_1_3_0.py Loading ...
005_version_1_3_0.py Loading ...
006_version_1_4_0.py Loading ...
007_version_1_4_0.py Loading ...
008_version_1_5_0.py Loading ...
009_version_1_5_1.py Loading ...
010_version_1_5_2.py Loading ...
011_version_1_6_0.py Loading ...
__init__.py Loading ...