Skip to content

Commit

Permalink
✔ 😡 🤬
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Dec 22, 2023
1 parent dba83e6 commit ebdb408
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/fansubid/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<noscript>🎉 Harap Menyalakan JavaScript Untuk Dapat Mengakses Website Ini ✨</noscript>
</div>
<app-root></app-root>
<script src="runtime.e27249c1331735f4.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.3d1725919bfc31d6.js" type="module"></script>
<script src="runtime.e27249c1331735f4.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.133bc6c7ab5e3ec9.js" type="module"></script>


</body></html>
1 change: 1 addition & 0 deletions dist/fansubid/browser/main.133bc6c7ab5e3ec9.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/fansubid/browser/main.3d1725919bfc31d6.js

This file was deleted.

8 changes: 4 additions & 4 deletions dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1703218811626,
"timestamp": 1703220591904,
"index": "/index.html",
"assetGroups": [
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"/common.698fd424c1ae0657.js",
"/favicon.ico",
"/index.html",
"/main.3d1725919bfc31d6.js",
"/main.133bc6c7ab5e3ec9.js",
"/manifest.webmanifest",
"/polyfills.bbae203fdd01cf64.js",
"/runtime.e27249c1331735f4.js",
Expand Down Expand Up @@ -116,8 +116,8 @@
"/960.1e1fe3434266e9a4.js": "c649bd883373fc66f7e2781d27054b5da57413a3",
"/common.698fd424c1ae0657.js": "46b346a739b76049a55c209a473d9bbdd6c4568f",
"/favicon.ico": "071facb8fab2e4b3493dcfbb0b02d7bd21bca97e",
"/index.html": "882343d394f381cb659726e9d62b4a4d7b892bd3",
"/main.3d1725919bfc31d6.js": "87be5252a1aa6c685bc1a1749689bb7c95bfc391",
"/index.html": "bd9aeb47ac52ac85c0f65155c4cc3d74ec5e4f94",
"/main.133bc6c7ab5e3ec9.js": "8a23c1f1870815e1442e3605329023c66c56c8a6",
"/manifest.webmanifest": "eafb5426cdc9fd714787e5453af315b9972875a3",
"/polyfills.bbae203fdd01cf64.js": "a59f17cf29cb649f708d7ec7aa6b7247712859e1",
"/runtime.e27249c1331735f4.js": "231839c87a77ec87ba38184d7aab3c43cdb4e11a",
Expand Down
2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export class MaterialDialogInfoComponent implements OnInit, AfterViewInit {
}

onScroll(ev: any): void {
this.buttonDisabled = !(ev.target.offsetHeight + ev.target.scrollTop >= ev.target.scrollHeight);
this.gs.log('[MOUSE_SCROLL]', ev);
this.buttonDisabled = !(ev.target.offsetHeight + ev.target.scrollTop >= ev.target.scrollHeight - 1);
}

// https://stackoverflow.com/questions/143815/determine-if-an-html-elements-content-overflows
Expand Down

0 comments on commit ebdb408

Please sign in to comment.