From 94789bbd6e59e7ee3bfb6da60053485b9e729613 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 19 Mar 2019 02:32:26 +0100 Subject: [PATCH] Yo man why were there so many duplicate entries -.- --- portal/assets/themes/default/custom_portal.js | 2 +- portal/assets/themes/light/custom_portal.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/assets/themes/default/custom_portal.js b/portal/assets/themes/default/custom_portal.js index 82422aa..7849e7c 100644 --- a/portal/assets/themes/default/custom_portal.js +++ b/portal/assets/themes/default/custom_portal.js @@ -10,7 +10,7 @@ =============================================================================== */ -var app_tile_colors = ['redbg','purpledarkbg','darkbluebg','orangebg','greenbg','darkbluebg','purpledarkbg','yellowbg','lightpinkbg','pinkbg','turquoisebg','yellowbg','lightbluebg','purpledarkbg', 'bluebg']; +var app_tile_colors = ['redbg','purpledarkbg','darkbluebg','orangebg','greenbg', 'yellowbg','lightpinkbg','pinkbg','turquoisebg','lightbluebg', 'bluebg']; function set_app_tile_style(el) { diff --git a/portal/assets/themes/light/custom_portal.js b/portal/assets/themes/light/custom_portal.js index 82422aa..7849e7c 100644 --- a/portal/assets/themes/light/custom_portal.js +++ b/portal/assets/themes/light/custom_portal.js @@ -10,7 +10,7 @@ =============================================================================== */ -var app_tile_colors = ['redbg','purpledarkbg','darkbluebg','orangebg','greenbg','darkbluebg','purpledarkbg','yellowbg','lightpinkbg','pinkbg','turquoisebg','yellowbg','lightbluebg','purpledarkbg', 'bluebg']; +var app_tile_colors = ['redbg','purpledarkbg','darkbluebg','orangebg','greenbg', 'yellowbg','lightpinkbg','pinkbg','turquoisebg','lightbluebg', 'bluebg']; function set_app_tile_style(el) {