From cc7092ec20f338b902909ac098c4a1e101a665ba Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 14 Jul 2017 14:41:57 -0400 Subject: [PATCH] remove me later Signed-off-by: Jason Etheridge --- Open-ILS/web/js/ui/default/staff/serials/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }); }]) -- 2.11.0