From 34e774aad4858e4c292a5aa569e0613fe33180f7 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 26 Aug 2015 15:51:43 +0200 Subject: [PATCH] Replaced nbsp with normal space. --- memory-game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory-game.js b/memory-game.js index 7f38263..0271e42 100644 --- a/memory-game.js +++ b/memory-game.js @@ -255,7 +255,7 @@ H5P.MemoryGame = (function ($) { if (desc !== undefined) { // Pause timer and show desciption. timer.stop(); - popup.show(desc, card.getImage(), function () { + popup.show(desc, card.getImage(), function () { if (finished) { // Game has finished $feedback.addClass('h5p-show');