mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-24 18:46:12 +08:00
This reverts commit 661d3d28e97bb49bef075c0314edad5879148aaa.
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