Commit 605eaf67c04e1dffea37a750e2698ae6299763b4

Authored by Gabriela Navarro
1 parent b1c97097
Exists in temp_ratings

Remove unused javascript method call

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
plugins/communities_ratings/public/rate.js
@@ -134,6 +134,5 @@ @@ -134,6 +134,5 @@
134 $(document).ready(function() { 134 $(document).ready(function() {
135 set_global_data(); 135 set_global_data();
136 set_star_hover_actions(); 136 set_star_hover_actions();
137 - set_rate_button_action();  
138 }); 137 });
139 }) (jQuery); 138 }) (jQuery);