From 7a3983cc86f71cc608478c6c286b6fd8c1ed3cf2 Mon Sep 17 00:00:00 2001 From: Sebastian Rettig Date: Sat, 8 Sep 2018 11:21:35 +0200 Subject: [PATCH] improved compatibility with h5p-standalone --- TODO | 2 +- library.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index e5483c6..7624936 100644 --- a/TODO +++ b/TODO @@ -21,7 +21,7 @@ General todo: ✔ test German localization @done(18-09-07 17:53) ✔ set default values in code @done(18-09-07 17:45) ✔ make example content types @done(18-09-07 18:26) - ☐ check necessity of content updates + ✔ check necessity of content updates @done(18-09-08 11:13) ☐ test all options (for regression testing) ☐ check if "show solutions requires input" is handled in the same way as in other content types ✔ check why confirm dialogs don't work in h5p-cli server test setting --> H5P.ConfirmationDialog is undefined even though it should exist... this is an issue with the h5p-cli server, not this content type @done(18-09-02 18:21) diff --git a/library.json b/library.json index 76c917f..f7bed73 100644 --- a/library.json +++ b/library.json @@ -20,6 +20,7 @@ "path": "dist.js" } ], + "preloadedCss": [ ], "preloadedDependencies": [ { "machineName": "FontAwesome",