This commit is contained in:
themohooks 2024-09-14 22:57:44 +03:00
parent 7462e952e9
commit 836f01a5e4
2 changed files with 1 additions and 13 deletions

View file

@ -1,6 +1,7 @@
ngallery: ngallery:
root: root:
title: "NativeGallery" title: "NativeGallery"
adminemail: "example@example.com"
showtitle: false showtitle: false
logo: "/static/img/logosmall.png" logo: "/static/img/logosmall.png"
description: "" description: ""

View file

@ -98,16 +98,3 @@
function errimg() {
const content = `<center>
<div class="p20 s5" style="border:none; margin:0 -20px; display:none;">
<b>Фото потеряно при крахе винчестера</b>
<div class="sm" style="margin-top:5px">
Если у вас есть это фото, пожалуйста, пришлите его на
<a href="mailto:admin@transphoto.org?subject=Для восстановления фото 651731">admin@transphoto.org</a>
</div>
</div>
</center>`;
$('#err').html(content);
$('#err .p20').slideDown(500);
}