mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
fixes
This commit is contained in:
parent
7462e952e9
commit
836f01a5e4
2 changed files with 1 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
ngallery:
|
||||
root:
|
||||
title: "NativeGallery"
|
||||
adminemail: "example@example.com"
|
||||
showtitle: false
|
||||
logo: "/static/img/logosmall.png"
|
||||
description: ""
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue