summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-18 21:08:56 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-18 21:08:56 +0000
commitaea172bee0f2ffdda55cc77016dd609481d7dfee (patch)
treed33af22d48db168c9c68edda45bf822bdfdd2d12 /js
parent8fdf888edbd74e707d2698c7625dc90b22f0aeef (diff)
trac750 Removed psychotic FB redirect hack. Found a better way with document.setLocation()
Diffstat (limited to 'js')
-rw-r--r--js/facebookapp.js9
1 files changed, 1 insertions, 8 deletions
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 <http://www.gnu.org/licenses/>.
*/
-
-// 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