Merge pull request #10506 from edx/shr/bug/TNL-2622-course_import_status_message

set path explicitly for storing cookie
This commit is contained in:
Syed Hasan raza
2015-12-15 16:44:58 +05:00
3 changed files with 35 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ define(
file: file,
date: moment().valueOf(),
completed: completed || false
}));
}), {path: window.location.pathname});
};
/**