Remove 'collapse' and 'show all' links

pull/416/head
Matthias Guenther 9 years ago
parent a84d1e15fd
commit 1cd25364f7
No known key found for this signature in database
GPG Key ID: 5287E11BD64C14E5

@ -2,6 +2,8 @@ module Docs
class Padrino
class CleanHtmlFilter < Filter
def call
css('.summary_toggle').remove
css('.inheritanceTree').remove
at_css('#content')
end
end

Loading…
Cancel
Save