login: fix profile dropdown popping out in a weird place

This commit is contained in:
Andrew Dolgov 2017-12-03 00:23:11 +03:00
parent 7d960ce7e9
commit 6cf3a57282

View file

@ -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');
}
} });
}