Файловый менеджер - Редактировать - /var/www/fetish/assets/js/app.js
Назад
app = { init: () => { $('.header-mobile .menu-toggle').on('click', function() { app.menu.show(); }) $('.header-mobile .search-toggle').on('click', function() { app.search.show(); }) $('.header-mobile .blanket').on('click', function() { app.menu.hide(); app.search.hide(); }) }, menu : { show: () => { $('.header-mobile .blanket').show(); $('.header-mobile .sidebar').addClass('opened'); }, hide: () => { $('.header-mobile .blanket').hide(); $('.header-mobile .sidebar').removeClass('opened'); } }, search : { show: () => { $('.header-mobile .blanket').show(); $('.header-mobile .search-slider').addClass('opened'); $('.header-mobile .search-slider input').focus(); }, hide: () => { $('.header-mobile .blanket').hide(); $('.header-mobile .search-slider').removeClass('opened'); } } } $(document).ready(function(){ app.init(); });
| ver. 1.4 |
Github
|
.
| PHP 7.0.33-0ubuntu0.16.04.16 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка