]> src.twobees.de Git - tampermonkeyscripts.git/blobdiff - AzureDevOpsCommentEnhancer.user.js
Revert "increase version"
[tampermonkeyscripts.git] / AzureDevOpsCommentEnhancer.user.js
index 71332a6dcf28695472471ed344416307debb93e7..c7f60453493c3a5d0db5b9ec39c9f6a1138ba50a 100755 (executable)
@@ -1,6 +1,6 @@
 // ==UserScript==
 // @name         Fix ADS checkin comments in discussion and history of workitems
-// @version      0.11
+// @version      0.10
 // @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;
             }
         }
-        return true;
+        reurn true;
     };
 
     let fixVersionControl = () => {