diff --git a/lms/static/js/student_account/models/RegisterModel.js b/lms/static/js/student_account/models/RegisterModel.js index 08ca2ec6d8..a389a1c1f3 100644 --- a/lms/static/js/student_account/models/RegisterModel.js +++ b/lms/static/js/student_account/models/RegisterModel.js @@ -42,7 +42,7 @@ var edx = edx || {}; var query = window.location.search, url = '/dashboard'; - // model.trigger('sync'); + model.trigger('sync'); // If query string in url go back to that page if ( query.length > 1 ) {