summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-17 11:34:55 +0300
committerAndrew Dolgov <[email protected]>2010-11-17 11:34:55 +0300
commit8624dec2dbd50440fbcee76546a17837b55c772e (patch)
tree1dcd1b6ca550853045432bbd14922e7d826dee68 /tt-rss.php
parent8a6702ad7a6bbc0d34fdd178c34c0d0a80571a85 (diff)
fix infinite scrolling not working
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 98e68af4b..5dc2a7244 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -204,7 +204,8 @@
<div id="headlines-toolbar" dojoType="dijit.layout.ContentPane" region="top">
</div>
- <div id="headlines-frame" dojoType="dijit.layout.ContentPane" region="center">
+ <div id="headlines-frame" dojoType="dijit.layout.ContentPane"
+ onscroll="headlines_scroll_handler(this)" region="center">
<div id="headlinesInnerContainer">
<div class="whiteBox"><?php echo __('Loading, please wait...') ?></div>
</div>