From bfe0879f10121238aea6196c13639a87c88ce6a9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 18 Dec 2024 18:47:56 +0100 Subject: [PATCH] wip #7236 @0.5 --- js/news.js | 5 +++++ less/news.less | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 js/news.js diff --git a/js/news.js b/js/news.js new file mode 100644 index 0000000..cb1c21d --- /dev/null +++ b/js/news.js @@ -0,0 +1,5 @@ +TO_LOAD_ONCE[TO_LOAD_ONCE.length] = 'load_news();'; + +function load_news() { + alert(':)'); +} \ No newline at end of file diff --git a/less/news.less b/less/news.less index 21f4b0a..bb5cd06 100644 --- a/less/news.less +++ b/less/news.less @@ -26,7 +26,7 @@ height: 90px; line-height: 90px; border-radius: 50%; - background-color: #f6ae01; + background-color: @yellow; color: #fff; top: 0; left: 0; -- 2.39.5