fix #26
fix #26 Returning false will cause 'zone.js' to invoke e.preventDefault(), preventing the page from reloading.
This commit is contained in:
@@ -321,9 +321,11 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
|
||||
find('.jasmine-failures-menu').onclick = function() {
|
||||
setMenuModeTo('jasmine-failure-list');
|
||||
return false;
|
||||
};
|
||||
find('.jasmine-spec-list-menu').onclick = function() {
|
||||
setMenuModeTo('jasmine-spec-list');
|
||||
return false;
|
||||
};
|
||||
|
||||
setMenuModeTo('jasmine-failure-list');
|
||||
|
||||
Reference in New Issue
Block a user