From 1f0f06e6d53e367986bc0a890aa269a1b6a2a6d0 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Mon, 21 Jun 2021 09:38:55 +0200 Subject: Bundle background and panel sources in the same widget Bug-AGL: SPEC-3965 Signed-off-by: Marius Vlad Signed-off-by: Roger Zanoni Change-Id: I718ea850ed978a3ebb716a242cbe4c362e4fc5bb --- src/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 8198355..d55346b 100644 --- a/src/index.js +++ b/src/index.js @@ -26,6 +26,7 @@ import * as background from './js/background'; window.apps = apps; window.time = time; + api.init(); background.load(); app.init(); -- cgit