From d11f973311060020c6cc760f7304488155f40dd7 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 01 Oct 2006 21:12:03 +0000 Subject: moved UI authorization code from flickr object git-svn-id: http://svn.klever.net/kin/fireflix/trunk@176 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'content/fireflix.js') diff --git a/content/fireflix.js b/content/fireflix.js index 0f01d26..f180379 100644 --- a/content/fireflix.js +++ b/content/fireflix.js @@ -54,7 +54,9 @@ var fireflix = { on_cmd_auth: function() { var _this = this; this.flickr.authorize_0( - function() { + 'delete', + function(x,f,u) { + _this.openTab(u); _this.set_auth_state(_this.flickr.token,true); }, function(x,s,c,m) { _this.flickr_failure(x,s,c,m); -- cgit v0.9.0.2