[devdocsgjs/main: 531/1867] Remove header handling




commit 04ccf963961ede13401bf888d73fb6900ceecc56
Author: Harm Aarts <harmaarts gmail com>
Date:   Thu Dec 13 22:24:03 2018 +0100

    Remove header handling
    
    This is already taken care of in the container filter.

 lib/docs/filters/pony/clean_html.rb | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/lib/docs/filters/pony/clean_html.rb b/lib/docs/filters/pony/clean_html.rb
index 0aac0f7a..248c3de7 100644
--- a/lib/docs/filters/pony/clean_html.rb
+++ b/lib/docs/filters/pony/clean_html.rb
@@ -2,7 +2,6 @@ module Docs
   class Pony
     class CleanHtmlFilter < Filter
       def call
-        css('.headerlink').remove
         doc
       end
     end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]