mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 18:41:29 +00:00
correct PNGs in some pref callbacks
This commit is contained in:
4
prefs.js
4
prefs.js
@@ -42,7 +42,7 @@ function feedlist_callback() {
|
|||||||
|
|
||||||
caller_subop = false;
|
caller_subop = false;
|
||||||
}
|
}
|
||||||
|
correctPNG();
|
||||||
notify("");
|
notify("");
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("feedlist_callback", e);
|
exception_error("feedlist_callback", e);
|
||||||
@@ -54,6 +54,7 @@ function filterlist_callback() {
|
|||||||
var container = document.getElementById('prefContent');
|
var container = document.getElementById('prefContent');
|
||||||
if (xmlhttp.readyState == 4) {
|
if (xmlhttp.readyState == 4) {
|
||||||
container.innerHTML=xmlhttp.responseText;
|
container.innerHTML=xmlhttp.responseText;
|
||||||
|
correctPNG();
|
||||||
notify("");
|
notify("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -76,6 +77,7 @@ function labellist_callback() {
|
|||||||
checkbox.checked = true;
|
checkbox.checked = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
correctPNG();
|
||||||
notify("");
|
notify("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user