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