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.namespaces
parent
b7ab4c7c0a
commit
6c565f7bb5
|
@ -33,7 +33,7 @@ H5P.init = function () {
|
|||
obj.attach($el);
|
||||
|
||||
if (H5PIntegration.getFullscreen(contentId)) {
|
||||
H5P.jQuery('<div class="h5p-content-controls"><a href="#" class="h5p-enable-fullscreen">Enable fullscreen</a><div>').insertBefore($el).children().click(function () {
|
||||
H5P.jQuery('<div class="h5p-content-controls"><a href="#" class="h5p-enable-fullscreen">' + H5PIntegration.fullscreenText + '</a><div>').insertBefore($el).children().click(function () {
|
||||
H5P.fullScreen($el, obj);
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue