Commit b0e5e0c9e548c8ae2ce280f390593ed23de0f8ea

Authored by Rodrigo Souto
2 parents 48da73cd 424e7b63

Merge branch 'noosfero_0.47.0' of https://gitlab.com/noosfero/noosfero into noosfero_0.47.0

plugins/comment_classification/lib/comment_classification_plugin.rb
... ... @@ -46,10 +46,6 @@ class CommentClassificationPlugin < Noosfero::Plugin
46 46 end
47 47 end
48 48  
49   - def js_files
50   - 'comment_classification.js'
51   - end
52   -
53 49 def stylesheet?
54 50 true
55 51 end
... ...