commit 12/10/2025
This commit is contained in:
@@ -592,6 +592,17 @@ $(document).ready(function () {
|
||||
}
|
||||
});
|
||||
})
|
||||
$('#ttsgenerator').click(() => {
|
||||
sidemenu.hide();
|
||||
$('#content').load('tts.html', function (response, status, xhr) {
|
||||
if (status === "success") {
|
||||
console.log("TTS Generator content loaded successfully");
|
||||
// pindah ke ttsgenerator.js
|
||||
} else {
|
||||
console.error("Error loading TTS Generator content:", xhr.status, xhr.statusText);
|
||||
}
|
||||
});
|
||||
});
|
||||
$('#filemanagement').click(() => {
|
||||
sidemenu.hide();
|
||||
$('#content').load('filemanagement.html', function (response, status, xhr) {
|
||||
|
||||
Reference in New Issue
Block a user