SUPPORT-9601: fix
This commit is contained in:
parent
624c93a9c6
commit
16c09f721f
2 changed files with 5 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<div class="container-inside">
|
||||
<div class="list-group lk-what">
|
||||
<div>
|
||||
<div class="title short-text"><a href="">Личный кабинет</a> для ведения воинского учета в организациях</div>
|
||||
<div class="title short-text"><a href="<!--#echo var='ulUrl'-->">Личный кабинет</a> для ведения воинского учета в организациях</div>
|
||||
<div class="paragraph">
|
||||
<div class="paragraph-left">
|
||||
<div class="text icon-checklist">Кому доступен личный кабинет?</div>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
if (typeof window !== 'undefined') {
|
||||
window.cadesplugin_skip_extension_install = true;
|
||||
}
|
||||
|
||||
/* eslint-disable */
|
||||
(function () {
|
||||
//already loaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue