summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-10 14:48:35 +0300
committerAndrew Dolgov <[email protected]>2010-11-10 14:48:35 +0300
commit5225d4209e52790af6bad454d7b6da6953551ace (patch)
treee2fb2529c04a189ce533ce3a122a9ae047627d56 /prefs.js
parentc4f7ba80184042e593fdf064ff671f7c563f21e9 (diff)
js: code cleanup; move to async counter sending mode
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/prefs.js b/prefs.js
index c590c61f8..ed8d1679c 100644
--- a/prefs.js
+++ b/prefs.js
@@ -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();