How to make legacy extension (tfs2013) work in tfs2015 update 2?
问题 We had this extension working under tfs 2013 that simply hides the quick add panel for backlog items (see code below). The code stopped working after we updated the server to tfs 2015.2. The new framework for VSTS extensions cannot be used (see previous question) Here is the javascript code (HideAddPanel.js): TFS.module("HideAddPanel", [], function () { }); $(function () { $bLogTitleValue=$(".team-name").text(); if ($bLogTitleValue.toLowerCase().indexOf("ticketmaster") >= 0) { $(".panel