From 6e35a862dd7c2f292ab805cf5a0d5bf8770a6525 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Oct 2009 14:22:44 +0400 Subject: fix view() being called twice on every headline click, experimental progress indicators for feedlist/headlines --- functions.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index effd20005..2c2a81c56 100644 --- a/functions.php +++ b/functions.php @@ -5119,11 +5119,11 @@ # truncate_string($line["feed_title"],30)." "; # } else { - print ""; + print ""; print "" . + onclick=\"return false\">" . $line["title"]; if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { @@ -5147,6 +5147,10 @@ "; } } + +// print ""; + print ""; # } -- cgit v1.2.3