diff --git a/VERSION b/VERSION index cc6c9a491e0be7fc30975eca1071ed288cc21a03..e75da3e63d60425514e3bd5d5876289e4322c5ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.5 +2.3.6 diff --git a/templates/live.html.ep b/templates/live.html.ep index 34fe18b1e7395dac1ac977bf2bc5b5edca4c0ab1..44acb01934ad267e96bd303e6ac20daa99d1f488 100644 --- a/templates/live.html.ep +++ b/templates/live.html.ep @@ -20,11 +20,11 @@ $('#Streams').bootstrapTable({ onClickCell: function (field, value, row, $element) { window.location.href = '/play/' + row.key; }, - formatNoMatches: function() { return + formatNoMatches: function() { % if ( $c->is_user_authenticated ) { - '<p class="text-4xl">AktuálnÄ› neprobĂhá žádnĂ© ĹľivĂ© vysĂlánĂ</p>' + return '<p class="text-4xl">AktuálnÄ› neprobĂhá žádnĂ© ĹľivĂ© vysĂlánĂ</p>' % } else { - '<p class="text-4xl">AktuálnÄ› neprobĂhá žádnĂ© veĹ™ejnĂ© ĹľivĂ© vysĂlánĂ.<br/>Pro zobrazenĂ neveĹ™ejnĂ˝ch vysĂlánĂ se prosĂm <a href="<%= $c->oauth2->authorize %>">pĹ™ihlaste</a></p>' + return '<p class="text-4xl">AktuálnÄ› neprobĂhá žádnĂ© veĹ™ejnĂ© ĹľivĂ© vysĂlánĂ.<br/>Pro zobrazenĂ neveĹ™ejnĂ˝ch vysĂlánĂ se prosĂm <a href="<%= $c->oauth2->authorize %>">pĹ™ihlaste</a></p>' % } }, });