From 6c565f7bb51e4473fe1d404afb1065f9271548e4 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 24 Apr 2013 11:20:07 +0200 Subject: [PATCH] Changed font sizes. Removed defaults. Added keywords tip text. Changed solutions text to suggested answers. Changed default H-tags to H2 and H3 in ckeditor. Fixed wysiwyg not disappearing when closing dialogs. Removed library selector from dialog window. Increased drag'n bar buttons threshold to 11. Slideination prev and next buttons removed. Slideination scrolling improved. Removed the word widget from keywords warnings. Removed keywords buttons when removing keywords. --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index 1085702..269ff00 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -33,7 +33,7 @@ H5P.init = function () { obj.attach($el); if (H5PIntegration.getFullscreen(contentId)) { - H5P.jQuery('
Enable fullscreen
').insertBefore($el).children().click(function () { + H5P.jQuery('
' + H5PIntegration.fullscreenText + '
').insertBefore($el).children().click(function () { H5P.fullScreen($el, obj); return false; });