From: Jason Etheridge Date: Fri, 14 Jul 2017 18:41:57 +0000 (-0400) Subject: remove me later X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cc7092ec20f338b902909ac098c4a1e101a665ba;p=working%2FEvergreen.git remove me later Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/web/js/ui/default/staff/serials/app.js b/Open-ILS/web/js/ui/default/staff/serials/app.js index 31f925e78c..e72c7343f7 100644 --- a/Open-ILS/web/js/ui/default/staff/serials/app.js +++ b/Open-ILS/web/js/ui/default/staff/serials/app.js @@ -63,7 +63,7 @@ function($scope , $routeParams , $location , egSerialsCoreSvc) { if ($scope.ssub.id && $scope.active_tab != 'manage-subscriptions') { new_path += '/' + $scope.ssub.id; } - $location.path(new_path); + console.log('suppressing new_path', new_path); //$location.path(new_path); } }); }])