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

Commit 46715a1

Browse files
committed
Fixing Facebook Redirect
1 parent 14147f7 commit 46715a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
angular.element(document).ready(function() {
22
//Fixing facebook bug with redirect
3-
if (window.location.hash == "#_=_") window.location.hash = "";
3+
if (window.location.hash == "#_=_") window.location.hash = "#!";
44

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

0 commit comments

Comments
 (0)