Commit e5386907 by AlasdairSwan

ECOM-369 uncommented model sync trigger

parent 52ffe938
......@@ -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 ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment