Commit 4408292023e4b76be9088a53dbe358d84598345d
1 parent
17f103fb
Exists in
stable-spb-1.4
and in
8 other branches
organization_ratings: fixed name of js file
(cherry picked from commit 993af968bc7d0bccea4f0cac9a9ea3fcd0fec72c)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/organization_ratings/lib/organization_ratings_plugin.rb
@@ -66,7 +66,7 @@ class OrganizationRatingsPlugin < Noosfero::Plugin | @@ -66,7 +66,7 @@ class OrganizationRatingsPlugin < Noosfero::Plugin | ||
66 | def js_files | 66 | def js_files |
67 | %w( | 67 | %w( |
68 | public/rate.js | 68 | public/rate.js |
69 | - public/comunities_rating_management.js | 69 | + public/organization_rating_management.js |
70 | ) | 70 | ) |
71 | end | 71 | end |
72 | 72 |