Skip to content

Commit 12ee303

Browse files
committed
removed points_tracker reference
1 parent ec40d9e commit 12ee303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/static/js/Application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
$rootScope.$on('$stateChangeSuccess', function(event, toState, toParams, fromState, fromParams) {
3333
// Scroll to top of page on any state change.
3434
// This is coupled with the `autoscroll="false"` on the ui-view tag
35-
// in points_tracker/templates/dashboard.html
35+
// in Application/templates/dashboard.html
3636
$('html, body').animate({scrollTop: 0}, 200);
3737

3838
});

0 commit comments

Comments
 (0)