Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
green1052 committed Jun 11, 2024
1 parent 10333bc commit 58e4429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Cash} from "cash-dom/dist/cash";

function hideElement($element: Cash, blur: boolean = false) {
if (blur) {
$element.addClass("refresherBlur")
$element.addClass("refresherBlur");
return;
}

Expand Down Expand Up @@ -73,7 +73,7 @@ export default {
const tab = $element
.parent()
.find(".gall_subject")
.text()
.text();

const text = $element
.closest(".view_content_wrap")
Expand Down

0 comments on commit 58e4429

Please sign in to comment.