X-Git-Url: https://src.twobees.de/?p=tampermonkeyscripts.git;a=blobdiff_plain;f=AzureDevOpsCommentEnhancer.user.js;h=71332a6dcf28695472471ed344416307debb93e7;hp=c7f60453493c3a5d0db5b9ec39c9f6a1138ba50a;hb=ab797bdea3b74fe985bf3228de372c06c8d1c2e0;hpb=63e6bac9581fb9ff0cb598ca588e709b29599add diff --git a/AzureDevOpsCommentEnhancer.user.js b/AzureDevOpsCommentEnhancer.user.js index c7f6045..71332a6 100755 --- a/AzureDevOpsCommentEnhancer.user.js +++ b/AzureDevOpsCommentEnhancer.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Fix ADS checkin comments in discussion and history of workitems -// @version 0.10 +// @version 0.11 // @author Tobias Sachs // ... in @match replace "ads" with the url of you Azure DevOps Server // @match https://ads/* @@ -53,7 +53,7 @@ el.innerHTML = html; } } - reurn true; + return true; }; let fixVersionControl = () => {