summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 04:04:48 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 04:04:48 +0100
commit9cb999060ffe0f72bdbcec31ce92242173e20bba (patch)
treefa0c7f5924332104fdc1194273f7aa953ea36925 /functions.js
parent59cc876cecc5f4ecf950b5941d13d901d30227c1 (diff)
code cleanups
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/functions.js b/functions.js
index 1949086f6..72638dcca 100644
--- a/functions.js
+++ b/functions.js
@@ -145,7 +145,7 @@ function notify_real(msg, doc, no_hide, is_err) {
}
function p_notify(msg, no_hide, is_err) {
- notify_real(msg, parent.document, no_hide, is_err);
+ notify_real(msg, document, no_hide, is_err);
}
function notify(msg, no_hide, is_err) {
@@ -246,7 +246,7 @@ function cleanSelectedList(element) {
for (i = 0; i < content.childNodes.length; i++) {
var child = content.childNodes[i];
if (child.id == "feedCatHolder") {
- parent.debug(child.id);
+ debug(child.id);
var fcat = child.lastChild;
for (j = 0; j < fcat.childNodes.length; j++) {
var feed = fcat.childNodes[j];
@@ -539,10 +539,7 @@ function parse_counters(reply, scheduled_call) {
if (feedctr && feedu && feedr) {
if (feedu.innerHTML != ctr && id == getActiveFeedId() && scheduled_call) {
-// var hf = title_obj.parent.frames["headlines-frame"];
-// hf.location.reload(true);
viewCurrentFeed();
-
}
feedu.innerHTML = ctr;