mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
remove obsolete xml stuff in pref-users infoboxes
This commit is contained in:
@@ -91,7 +91,7 @@ function editUser(id, event) {
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: query,
|
||||
onComplete: function(transport) {
|
||||
infobox_callback2(transport);
|
||||
infobox_callback2(transport, __("User Editor"));
|
||||
document.forms['user_edit_form'].login.focus();
|
||||
} });
|
||||
|
||||
@@ -582,7 +582,7 @@ function selectedUserDetails() {
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: query,
|
||||
onComplete: function(transport) {
|
||||
infobox_callback2(transport);
|
||||
infobox_callback2(transport, __("User details"));
|
||||
} });
|
||||
} catch (e) {
|
||||
exception_error("selectedUserDetails", e);
|
||||
|
||||
Reference in New Issue
Block a user