From e5386907cc3d51354ad6b078b96508aace786a06 Mon Sep 17 00:00:00 2001 From: AlasdairSwan Date: Mon, 20 Oct 2014 14:36:14 -0400 Subject: [PATCH] ECOM-369 uncommented model sync trigger --- lms/static/js/student_account/models/RegisterModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {