mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 00:06:17 +02:00
Fixing Facebook Redirect
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user