use different arrow for paginated box widget (#1431)
This commit is contained in:
@@ -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'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user