This commit is contained in:
Matias Alejo Garcia 2014-07-07 18:06:30 -03:00
parent 93bbc68f5f
commit 7e6827351f
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ angular.module('copayApp.controllers').controller('SettingsController',
}));
var target = ($window.location.origin !== 'null' ? $window.location.origin : '') + $window.location.pathname;
console.log('[settings.js.76:target:]', target); //TODO
$window.location.href = target;
};