From aea172bee0f2ffdda55cc77016dd609481d7dfee Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sun, 18 Jan 2009 21:08:56 +0000 Subject: trac750 Removed psychotic FB redirect hack. Found a better way with document.setLocation() --- js/facebookapp.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'js') diff --git a/js/facebookapp.js b/js/facebookapp.js index 3f809e50c..c7e8d6aa2 100644 --- a/js/facebookapp.js +++ b/js/facebookapp.js @@ -15,11 +15,4 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - -// Psycho Facebook redirect hack, used because 'document.location' -// simply does not work in FBJS -function redirectSettings() { - form = document.getElementById('redirect_form'); - form.setAction('settings.php'); - form.submit(); -} + \ No newline at end of file -- cgit v1.2.3-54-g00ecf