Quote URLs in css backgrounds from getPath. Nudged affected library patchVersions
parent
fa96cb75f0
commit
a9bd70ff35
|
@ -292,7 +292,7 @@ H5P.QuestionSet = function (options, contentId) {
|
|||
if (params.backgroundImage !== undefined) {
|
||||
$myDom.css({
|
||||
overflow: 'hidden',
|
||||
background: '#000 url(' + H5P.getPath(params.backgroundImage.path, contentId) + ') no-repeat 50% 50%',
|
||||
background: '#000 url("' + H5P.getPath(params.backgroundImage.path, contentId) + '") no-repeat 50% 50%',
|
||||
backgroundSize: '100% auto'
|
||||
});
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"contentType": "question",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 0,
|
||||
"patchVersion": 21,
|
||||
"patchVersion": 22,
|
||||
"runnable": 1,
|
||||
"machineName": "H5P.QuestionSet",
|
||||
"author": "Amendor AS",
|
||||
|
|
Loading…
Reference in New Issue