]> _ Git - bloomsburie.git/commitdiff
wip #7236 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Dec 2024 17:47:56 +0000 (18:47 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Dec 2024 17:47:56 +0000 (18:47 +0100)
js/news.js [new file with mode: 0644]
less/news.less

diff --git a/js/news.js b/js/news.js
new file mode 100644 (file)
index 0000000..cb1c21d
--- /dev/null
@@ -0,0 +1,5 @@
+TO_LOAD_ONCE[TO_LOAD_ONCE.length] = 'load_news();';
+
+function load_news() {
+    alert(':)');
+}
\ No newline at end of file
index 21f4b0aeeed1690aa41c1aef03b3e5ec1351ae01..bb5cd06a7123f6e116446a21a3d5e3fdb11cbfd6 100644 (file)
@@ -26,7 +26,7 @@
   height: 90px;
   line-height: 90px;
   border-radius: 50%;
-  background-color: #f6ae01;
+  background-color: @yellow;
   color: #fff;
   top: 0;
   left: 0;