Skip to content
Snippets Groups Projects
Commit 28e259a0 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '889-error-when-trying-to-save-results' into 'development'

Resolve "Error when trying to save results"

Closes #889

See merge request !1451
parents c79e982f d8366e78
No related branches found
No related tags found
2 merge requests!1453Development,!1451Resolve "Error when trying to save results"
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<div class="options"> <div class="options">
<ul class="option-list list-unstyled small"> <ul class="option-list list-unstyled small">
<li class="js-only"> <li class="js-only">
<a href="javascript:resultSaver("{{ $result->hash }}");" class="saver"> <a href="javascript:resultSaver('{{ $result->hash }}');" class="saver">
<nobr><i class="fa fa-floppy-o"></i> {!! trans('result.options.savetab') !!}</nobr> <nobr><i class="fa fa-floppy-o"></i> {!! trans('result.options.savetab') !!}</nobr>
</a> </a>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment