This commit is contained in:
Roman Pyrih
2026-04-14 09:38:16 +02:00
parent 753a9096f6
commit 5f06d20344
2 changed files with 7 additions and 2 deletions

4
.vscode/ftp-kr.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"host": "host117523.hostido.net.pl", "host": "host117523.hostido.net.pl",
"username": "www@luxmed.pagedev.pl", "username": "www@luxmed3.pagedev.pl",
"password": "EupzGsLD93Tw6c6P3Cnp", "password": "J6jxvnFKFBwXaMF9We79",
"remotePath": "/public_html", "remotePath": "/public_html",
"protocol": "ftp", "protocol": "ftp",
"port": 0, "port": 0,

View File

@@ -0,0 +1,5 @@
jQuery(document).ready(function($) {
$('body').on('click', '.acc-tile-btn', function() {
});
});