Merge pull request #1235 from ONLYOFFICE/fix/about

About: add link to onlyoffice when use branding.
This commit is contained in:
Julia Radzhabova 2021-10-07 18:10:09 +03:00 committed by GitHub
commit a6ecd86bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ define([
'</tr>',
'<tr>',
'<td colspan="3" align="center">',
'<label class="asc-about-desc"><% print(publisherurl.replace(/https?:\\/{2}/, "").replace(/\\/$/,"")) %></label>',
'<a href="<%= publisherurl %>" target="_blank"><% print(publisherurl.replace(/https?:\\/{2}/, "").replace(/\\/$/,"")) %></a>',
'</td>',
'</tr>',
'</table>'