summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-14 12:29:08 +0300
committerAndrew Dolgov <[email protected]>2021-02-14 12:29:08 +0300
commit1c7e4782aa426dd1a003948756c51cf9d61f2163 (patch)
treec4d6c30b9dcc2c905dacdd33f3c0376da0379070 /classes/pref/prefs.php
parent6b5c9c781b082c116538c313038f6d9c3ebdb757 (diff)
prefs system: load phpinfo using inline method
Diffstat (limited to 'classes/pref/prefs.php')
-rw-r--r--classes/pref/prefs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 19f5221eb..6e4deb223 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -1032,7 +1032,6 @@ class Pref_Prefs extends Handler_Protected {
if (this.domNode.querySelector('.loading'))
window.setTimeout(() => {
xhrPost("backend.php", {op: 'pref-prefs', method: 'index_auth'}, (transport) => {
- console.log(this);
this.attr('content', transport.responseText);
});
}, 100);
@@ -1047,7 +1046,6 @@ class Pref_Prefs extends Handler_Protected {
if (this.domNode.querySelector('.loading'))
window.setTimeout(() => {
xhrPost("backend.php", {op: 'pref-prefs', method: 'index_plugins'}, (transport) => {
- console.log(this);
this.attr('content', transport.responseText);
});
}, 200);