Skip to content

Commit

Permalink
Обновление ссылок
Browse files Browse the repository at this point in the history
  • Loading branch information
li0ard committed Sep 29, 2023
1 parent 437dcae commit d0021f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Запись №<span id="nu
<li class="nav-item"><a class="nav-link" href="stats.html">Статистика</a></li>
<li class="nav-item"><a class="nav-link" href="https://minjust.gov.ru/ru/activity/directions/998/">Реестр на сайте Министерства Юстиции</a></li>
<li class="nav-item"><a class="nav-link" href="https://minjust.gov.ru/ru/events/list/?words=О+реестре+иностранных+агентов&start_date=&end_date=&page=1">Поиск причины внесения</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/li0ard/registry-of-foreign-agents/">Github</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/fz255/foreign-agents">Github</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -199,7 +199,7 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Запись №<span id="nu
},
language: gridjs.l10n.ruRU,
server: {
url: `https://raw.githubusercontent.com/li0ard/registry-of-foreign-agents/main/registry.json`,
url: `https://raw.githubusercontent.com/fz255/foreign-agents/main/registry.json`,
then: data => data
}
})
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Реестр иноагентов",
"description": "Просмотр и статистика реестра иноагентов Министерства Юстиции РФ",
"short_name": "Реестр иноагентов",
"start_url": "/registry-of-foreign-agents",
"start_url": "/",
"lang": "ru",
"theme_color": "#eeeeee",
"display": "standalone",
Expand Down
4 changes: 2 additions & 2 deletions stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<li class="nav-item"><a class="nav-link" href="stats.html">Статистика</a></li>
<li class="nav-item"><a class="nav-link" href="https://minjust.gov.ru/ru/activity/directions/998/">Реестр на сайте Министерства Юстиции</a></li>
<li class="nav-item"><a class="nav-link" href="https://minjust.gov.ru/ru/events/list/?words=О+реестре+иностранных+агентов&start_date=&end_date=&page=1">Поиск причины внесения</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/li0ard/registry-of-foreign-agents/">Github</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/fz255/foreign-agents">Github</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -81,7 +81,7 @@ <h2>Статистика</h2>
//ff5722
//00e676
//1e88e5
fetch(`https://raw.githubusercontent.com/li0ard/registry-of-foreign-agents/main/registry.json`)
fetch(`https://raw.githubusercontent.com/fz255/foreign-agents/main/registry.json`)
.then(res => res.json())
.then(body => {
let ul = body.filter(i => i.inn.length==10).length
Expand Down

0 comments on commit d0021f0

Please sign in to comment.