remove me later
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 14 Jul 2017 18:41:57 +0000 (14:41 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Fri, 14 Jul 2017 18:46:37 +0000 (14:46 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/web/js/ui/default/staff/serials/app.js

index 31f925e..e72c734 100644 (file)
@@ -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);
         }
     });
 }])