login: fix profile dropdown popping out in a weird place
This commit is contained in:
parent
7d960ce7e9
commit
6cf3a57282
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function fetchProfiles() {
|
|||
onComplete: function(transport) {
|
||||
if (transport.responseText.match("select")) {
|
||||
$('profile_box').innerHTML = transport.responseText;
|
||||
dojo.parser.parse('profile_box');
|
||||
//dojo.parser.parse('profile_box');
|
||||
}
|
||||
} });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue