Avoid printing very scary error message for all old interactive videos

redesign-copyrights Drupal-7.x-1.7
Svein-Tore Griff With 2015-05-18 15:14:33 +02:00
parent 3f6abd722d
commit 227e0829fd
1 changed files with 0 additions and 1 deletions

View File

@ -889,7 +889,6 @@ H5P.getCopyrights = function (instance, parameters, contentId) {
}
catch (err) {
// Failed, prevent crashing page.
H5P.error(err);
}
}