Merge branch 'release' of https://github.com/h5p/h5p-php-library into release
commit
d5979f1bcc
|
@ -100,10 +100,10 @@ var H5PDataView = (function ($) {
|
||||||
else {
|
else {
|
||||||
// Update table data
|
// Update table data
|
||||||
self.updateTable(data.rows);
|
self.updateTable(data.rows);
|
||||||
}
|
|
||||||
|
|
||||||
// Update pagination widget
|
// Update pagination widget
|
||||||
self.updatePagination(data.num);
|
self.updatePagination(data.num);
|
||||||
|
}
|
||||||
|
|
||||||
if (self.loaded !== undefined) {
|
if (self.loaded !== undefined) {
|
||||||
self.loaded();
|
self.loaded();
|
||||||
|
|
Loading…
Reference in New Issue