Skip to content

Commit

Permalink
✔ Update Apa Ini Cuk ~ 🤬
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Dec 22, 2023
1 parent dbac5ee commit 817a90b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 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.e854a67bb76b7a37.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.8b83f65b15cf99a2.js" type="module"></script>


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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/fansubid/browser/main.e854a67bb76b7a37.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": 1703215834002,
"timestamp": 1703217005383,
"index": "/index.html",
"assetGroups": [
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"/common.698fd424c1ae0657.js",
"/favicon.ico",
"/index.html",
"/main.e854a67bb76b7a37.js",
"/main.8b83f65b15cf99a2.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": "fb37e7834083d7cdb505b4550f371451353d5523",
"/main.e854a67bb76b7a37.js": "4790479c23d99398bd0856e57efd75eeeb31a17b",
"/index.html": "63435a93ac06d9ce9de9f7663c5ccdc3447f2abf",
"/main.8b83f65b15cf99a2.js": "b025a8fa3914f30c353ac56bc271546e51761ced",
"/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
@@ -1,8 +1,10 @@
<h1 mat-dialog-title>{{ DATA.title }}</h1>
<div mat-dialog-content class="p-4" (scroll)="onScroll($event)"
<h1 mat-dialog-title (mouseover)="checkReadContent($event)">
{{ DATA.title }}
</h1>
<div mat-dialog-content class="p-4" (scroll)="checkReadContent($event)" (mouseover)="checkReadContent($event)"
[innerHTML]="DATA.htmlMessage | safeInnerHtml" class="text-break text-warning">
</div>
<div mat-dialog-actions>
<div mat-dialog-actions (mouseover)="checkReadContent($event)">
<small *ngIf="DATA.infoText" class="text-start m-2">
<i>* {{ DATA.infoText }}</i>
</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { GlobalService } from '../../../../_shared/services/global.service';
})
export class MaterialDialogInfoComponent implements OnInit {

buttonDisabled = false;
buttonDisabled = true;

constructor(
@Inject(MAT_DIALOG_DATA) private data: DialogInfoDataModel,
Expand All @@ -31,7 +31,7 @@ export class MaterialDialogInfoComponent implements OnInit {
this.gs.log('[DIALOG_DATA_IN]', this.data);
}

onScroll(ev: any): void {
checkReadContent(ev: any): void {
this.buttonDisabled = !(ev.target.offsetHeight + ev.target.scrollTop >= ev.target.scrollHeight);
}

Expand Down

0 comments on commit 817a90b

Please sign in to comment.