Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing Facebook Redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Dec 23, 2013
1 parent 14147f7 commit 46715a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/init.js
@@ -1,6 +1,6 @@
angular.element(document).ready(function() {
//Fixing facebook bug with redirect
if (window.location.hash == "#_=_") window.location.hash = "";
if (window.location.hash == "#_=_") window.location.hash = "#!";

//Then init the app
angular.bootstrap(document, ['mean']);
Expand Down

0 comments on commit 46715a1

Please sign in to comment.