login: fix profile dropdown popping out in a weird place
This commit is contained in:
@@ -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');
|
||||||
}
|
}
|
||||||
} });
|
} });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user