mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove duplicate code
Duplication was introduced at mergec78e04645d. Commitccc2526(right-hand side of merge) moved this code from the bottom to the middle. Commit21411b4added a newline at the end of the file, which made this a conflicted merge; the merge conflict was not resolved properly. Fixes #3208.
This commit is contained in:
@@ -61,8 +61,3 @@ Router.map(function() {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
if (Meteor.isClient) {
|
||||
Router.onBeforeAction('loading', {except: ['join', 'signin']});
|
||||
Router.onBeforeAction('dataNotFound', {except: ['join', 'signin']});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user