fix: 阻止了冒泡之后将无法正常跳转页内anchor

This commit is contained in:
Zhicheng Wang 2017-03-03 15:54:47 +08:00
parent 62d2e6d65f
commit b735266b94
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ var sourceVisible = localStorage.getItem('source-visible') === 'true';
} }
$translated.on('click', function (event) { $translated.on('click', function (event) {
// for nested structure.
event.stopPropagation();
$english.toggleClass('hidden'); $english.toggleClass('hidden');
}); });
} }