Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CB9TOIIIA committed May 19, 2018
2 parents 4298050 + ec6c0ff commit 6ec352a
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 0 deletions.
10 changes: 10 additions & 0 deletions checkmail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Проверка почты на сервере
Для этого Вам нужно, зайти в панель управления и в **глабальную конфигурацию** и нажать отправить письмо.

```/administrator/index.php?option=com_config```

## Вот так должно выглядеть при отправке.

![133102](https://user-images.githubusercontent.com/1074710/29251913-788102b6-8066-11e7-9a69-8184803fb7bc.png)

![133126](https://user-images.githubusercontent.com/1074710/29251914-7a2e3584-8066-11e7-9cf5-7d7cca1afdb9.png)
11 changes: 11 additions & 0 deletions closemodal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Закрывать модальное окно по клику вне области
> Код
```
jQuery(document).on('click', function() {
simplecallback.hide();
return false;
});
```

### Вставьте в свой шаблон или модуль.
Loading

0 comments on commit 6ec352a

Please sign in to comment.