From 8744d3b8c5e9a599972201f21d713c53927045c0 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Sat, 26 Oct 2024 17:41:08 +0200 Subject: [PATCH] Remove unnecessary comment separators Deleted redundant comment separators to clean up the code and improve readability. This does not affect the functionality but ensures the codebase remains easier to maintain. --- app/assets/js/scripts/landing.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index 6720901e..0d00f5cf 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -437,8 +437,6 @@ async function downloadJava(effectiveJavaOptions, launchAfter = true) { } -//////////////////////////////////////////////////////////////////////////////////// - /** * @Name dlAsync Function * @returns {Promise} @@ -782,8 +780,6 @@ async function dlAsync(login = true) { } } -//////////////////////////////////////////////////////////////////////////////////// - /** * News Loading Functions */