billable timesheets, inactive projects report, bookmark export search (#2503)
This commit is contained in:
@@ -42,6 +42,10 @@ export default class KimaiReducedClickHandler extends KimaiPlugin {
|
||||
href = jQuery(this).attr('href');
|
||||
}
|
||||
|
||||
if (href === undefined || href === null || href === '') {
|
||||
return;
|
||||
}
|
||||
|
||||
callback(href);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user