-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59449/
-----------------------------------------------------------
(Updated 五月 22, 2017, 12:35 p.m.)
Review request for kylin, Dayue Gao, Dong Li, hongbin ma, and Wang Xiaoyu.
Bugs: KYLIN-2637
https://issues.apache.org/jira/browse/KYLIN-2637
Repository: kylin
Description
-------
The following code in page.js:
SweetAlert.swal('Success!', 'New project created successfully!', 'success');
$modalInstance.dismiss('cancel');
$cookieStore.put("project", newProj.name);
location.reload();
'SweetAlert' is invoked before 'location.reload()', so it cannot be shown.
Diffs (updated)
-----
webapp/app/js/controllers/page.js 056cc488f
Diff: https://reviews.apache.org/r/59449/diff/3/
Changes: https://reviews.apache.org/r/59449/diff/2-3/
Testing
-------
Thanks,
pengjianhua