mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 00:51:29 +00:00
login: fix profile dropdown popping out in a weird place
This commit is contained in:
@@ -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');
|
||||
}
|
||||
} });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user