summaryrefslogtreecommitdiffabout
path: root/content
Side-by-side diff
Diffstat (limited to 'content') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/fireflix.js b/content/fireflix.js
index 966630c..63a4118 100644
--- a/content/fireflix.js
+++ b/content/fireflix.js
@@ -29,5 +29,2 @@ var fireflix = {
this.flickr.load_token();
- document.getElementById('setslist').view = this.photosets;
- document.getElementById('setphotos').view = this.photoset;
- document.getElementById('uploadlist').view = this.uploads;
this.no_auth_info_label = this.auth_info.value;
@@ -99,2 +96,3 @@ var fireflix = {
pull_elements(this,document,[ 'set_photo' ]);
+ document.getElementById('setphotos').view = this;
},
@@ -168,2 +166,3 @@ var fireflix = {
this.fireflix = f;
+ document.getElementById('setslist').view = this;
},
@@ -318,2 +317,3 @@ var fireflix = {
]);
+ document.getElementById('uploadlist').view = this;
},