mirror of
https://gitee.com/gitea/gitea
synced 2025-11-05 17:10:24 +08:00
This reverts commit 661d3d28e9.
This commit is contained in:
@@ -15,7 +15,7 @@ export function initRepoDiffFileViewToggle() {
|
||||
$this.parent().children().removeClass('active');
|
||||
$this.addClass('active');
|
||||
|
||||
const $target = $.find($this.data('toggle-selector'));
|
||||
const $target = $($this.data('toggle-selector'));
|
||||
$target.parent().children().addClass('hide');
|
||||
$target.removeClass('hide');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user