mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 21:45:42 +02:00
7 lines
223 B
JavaScript
7 lines
223 B
JavaScript
angular.element(document).ready(function() {
|
|
//Fixing facebook bug with redirect
|
|
if (window.location.hash == "#_=_") window.location.hash = "";
|
|
|
|
//Then init the app
|
|
angular.bootstrap(document, ['mean']);
|
|
}); |