From dacb056e1d5101a7ce31b5939872cefbf0a87944 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Mon, 21 Jan 2019 12:44:50 +0000 Subject: [PATCH] move credits to readme --- src/assets/js/index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/assets/js/index.js b/src/assets/js/index.js index 547045f4..568da584 100644 --- a/src/assets/js/index.js +++ b/src/assets/js/index.js @@ -12,13 +12,6 @@ ██ Licensed under MIT ██ ██ GitHub: https://github.com/ohlookitsderpy/Mue ██ ██ ██ -██ Spanish Translation made by: Pepehound ██ -██ Portuguese Translation made by: Candystick ██ -██ Italian Translation made by: Yanderella ██ -██ Dutch Translation made by: Wesselgame ██ -██ French Translation made by: Yanderella ██ -██ & ohlookitsderpy ██ -██ ██ ██ Special thanks to contributors! <3 ██ █████████████████████████████████████████████████████████████ */ @@ -332,4 +325,4 @@ function spMessageSet() { else if (hour > 20) time = 'Buenas Noches'; // If it's after 6pm, set the time string to "Good afternoon" setHTMLContent('.greeting', time); // Write the string contents to the HTML -} \ No newline at end of file +}