summaryrefslogtreecommitdiffabout
path: root/content/fireflix.js
Unidiff
Diffstat (limited to 'content/fireflix.js') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fireflix.js b/content/fireflix.js
index 6681303..0f01d26 100644
--- a/content/fireflix.js
+++ b/content/fireflix.js
@@ -748,6 +748,7 @@ var fireflix = {
748 '/rsp/photos/photo', x, null, 748 '/rsp/photos/photo', x, null,
749 XPathResult.ORDERED_NODE_ITERATOR_TYPE, null ); 749 XPathResult.ORDERED_NODE_ITERATOR_TYPE, null );
750 _this.importXPR(xp); 750 _this.importXPR(xp);
751 _this.tree.ensureRowIsVisible(0);
751 _this.on_select(); 752 _this.on_select();
752 }, function(x,s,c,m) { 753 }, function(x,s,c,m) {
753 _this.fireflix.flickr_failure(x,s,c,m); 754 _this.fireflix.flickr_failure(x,s,c,m);