Skip to content
Snippets Groups Projects

Resolve ""Retry" button opens about:blank in new tab"

Merged Hangzhi Yu requested to merge 829-retry-button-opens-about-blank-in-new-tab into release-3.0
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,7 +16,7 @@
{% endblocktrans %}
</p>
{% include "core/partials/admins_list.html" %}
<a href="javascript:window.location.reload()" class="btn green waves-effect waves-light">
<a onClick="window.location.reload();" class="btn secondary waves-effect waves-light">
<i class="material-icons left">refresh</i>
{% trans "Retry" %}
</a>
Loading