1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

js: code cleanup; move to async counter sending mode

This commit is contained in:
Andrew Dolgov
2010-11-10 14:48:35 +03:00
parent c4f7ba8018
commit 5225d4209e
8 changed files with 27 additions and 119 deletions

View File

@@ -30,9 +30,6 @@ function feedlist_callback2(transport) {
caller_subop = false;
}
if (typeof correctPNG != 'undefined') {
correctPNG();
}
notify("");
remove_splash();
@@ -44,9 +41,6 @@ function feedlist_callback2(transport) {
function filterlist_callback2(transport) {
var container = $('prefContent');
container.innerHTML=transport.responseText;
if (typeof correctPNG != 'undefined') {
correctPNG();
}
notify("");
remove_splash();
}
@@ -84,9 +78,6 @@ function labellist_callback2(transport) {
init_label_inline_editor();
if (typeof correctPNG != 'undefined') {
correctPNG();
}
notify("");
remove_splash();