diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-02 11:57:44 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-02 11:57:51 +0100 |
commit | 74917f111648f8dd0f12175808c291f69637e0ad (patch) | |
tree | c507d7788ae6676ca9fa79281f13a211be8b17ba /plugins | |
parent | c497e01f287caebc8da6fff0cc4da52e2f0b8b5a (diff) | |
download | sonarqube-74917f111648f8dd0f12175808c291f69637e0ad.tar.gz sonarqube-74917f111648f8dd0f12175808c291f69637e0ad.zip |
update events widget
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/events.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/events.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/events.html.erb index 1ee56e96fcf..9f0381f48cb 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/events.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/events.html.erb @@ -111,7 +111,7 @@ <span class="empty_widget"><%= message('widget.events.no_event') -%></span> </div> -<a href="#" onclick="showAllEvents(<%= widget.id -%>);" id="show_more_events_<%= widget.id -%>" class="action"><%= message('widget.events.show_more') -%></a> +<a href="#" onclick="showAllEvents(<%= widget.id -%>);return false;" id="show_more_events_<%= widget.id -%>" class="action"><%= message('widget.events.show_all') -%></a> <script type="text/javascript"> changeCategory('all', <%= widget.id -%>); |