This commit is contained in:
Matias Alejo Garcia 2014-07-07 18:06:30 -03:00
commit 7e6827351f

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;
};