Merge branch 'release' of https://github.com/h5p/h5p-php-library into release

redesign-copyrights
Thomas Marstrander 2015-05-21 13:03:28 +02:00
commit d5979f1bcc
2 changed files with 3 additions and 4 deletions

View File

@ -100,10 +100,10 @@ var H5PDataView = (function ($) {
else {
// Update table data
self.updateTable(data.rows);
}
// Update pagination widget
self.updatePagination(data.num);
// Update pagination widget
self.updatePagination(data.num);
}
if (self.loaded !== undefined) {
self.loaded();

View File

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