]> src.twobees.de Git - tampermonkeyscripts.git/blobdiff - AzureDevOpsCommentEnhancer.user.js
typo
[tampermonkeyscripts.git] / AzureDevOpsCommentEnhancer.user.js
index c7f60453493c3a5d0db5b9ec39c9f6a1138ba50a..71332a6dcf28695472471ed344416307debb93e7 100755 (executable)
@@ -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 = () => {