version 1.14.1 (#2532)
* no back links in modal pages * remove unused service links to bountysource and gitter * add validation for budget and time-budget fields * display time budget if set * remove console log * sanitize DDE payloads * do not show status and name in version string
This commit is contained in:
@@ -111,7 +111,6 @@ export default class KimaiFormSelect extends KimaiPlugin {
|
||||
}};
|
||||
|
||||
const templateResultFunc = function (state) {
|
||||
console.log(state);
|
||||
return jQuery('<span><span style="background-color:'+state.id+'; width: 20px; height: 20px; display: inline-block; margin-right: 10px;"> </span>' + state.text + '</span>');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user