Use local variable.

redesign-copyrights
Frode Petterson 2015-06-23 14:24:19 +02:00
parent f9e07f4b80
commit 3d4165df55
1 changed files with 1 additions and 0 deletions

View File

@ -614,6 +614,7 @@ H5P.getPath = function (path, contentId) {
return path;
}
var prefix;
if (contentId !== undefined) {
prefix = H5PIntegration.url + '/content/' + contentId;
}