use different arrow for paginated box widget (#1431)

This commit is contained in:
Philipp Strobel
2020-02-10 22:16:16 +01:00
committed by GitHub
parent 52c7437076
commit 847798eec1
6 changed files with 9 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ export default class KimaiPaginatedBoxWidget {
this.widget.on('click', '.box-tools a', function (event) {
event.preventDefault();
self.loadPage(jQuery(event.target).attr('href'));
self.loadPage(jQuery(event.currentTarget).attr('href'));
});
}