Ryan McCue 12 жил өмнө
parent
commit
8b1d7c1fb6
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      js/app.js

+ 4 - 0
js/app.js

@@ -312,6 +312,10 @@
         console.log(help);
         help.supports = help.supports || [];
         $.each(help.supports, function (method_index, method) {
+          if (method === 'HEAD') {
+            return;
+          }
+
           group.find('ul').append(
             $('<li>')
               .append($('<span class="path-details"></span>').text(method + " " + index))