diff --git a/src/azdo-pr-dashboard.user.js b/src/azdo-pr-dashboard.user.js index 1504236..aee0ab8 100644 --- a/src/azdo-pr-dashboard.user.js +++ b/src/azdo-pr-dashboard.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name More Awesome Azure DevOps (userscript) -// @version 3.13.0 +// @version 3.13.1 // @author Alejandro Barreto (NI) // @description Makes general improvements to the Azure DevOps experience, particularly around pull requests. Also contains workflow improvements for NI engineers. // @license MIT @@ -1206,7 +1206,7 @@ const tooltipHtml = oooText ? `

This user is out of office:

-

${escapeStringForHtml(oooText).replace(/\r?\n/ig, '

')}

` +

${escapeStringForHtml(oooText).trim().replace(/\r?\n/ig, '

')}

` : '

This user is out of office but has not set an auto-reply message.

'; annotateReviewer(nameElement, 'ooo', 'Out of Office', tooltipHtml);