From 5f06d203442e23f43a737015c38b4ca3fa34a7a4 Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Tue, 14 Apr 2026 09:38:16 +0200 Subject: [PATCH] Save --- .vscode/ftp-kr.json | 4 ++-- wp-content/themes/hello-elementor/assets/js/custom.js | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 wp-content/themes/hello-elementor/assets/js/custom.js diff --git a/.vscode/ftp-kr.json b/.vscode/ftp-kr.json index a920896..bae3b0e 100644 --- a/.vscode/ftp-kr.json +++ b/.vscode/ftp-kr.json @@ -1,7 +1,7 @@ { "host": "host117523.hostido.net.pl", - "username": "www@luxmed.pagedev.pl", - "password": "EupzGsLD93Tw6c6P3Cnp", + "username": "www@luxmed3.pagedev.pl", + "password": "J6jxvnFKFBwXaMF9We79", "remotePath": "/public_html", "protocol": "ftp", "port": 0, diff --git a/wp-content/themes/hello-elementor/assets/js/custom.js b/wp-content/themes/hello-elementor/assets/js/custom.js new file mode 100644 index 0000000..6f2db17 --- /dev/null +++ b/wp-content/themes/hello-elementor/assets/js/custom.js @@ -0,0 +1,5 @@ +jQuery(document).ready(function($) { + $('body').on('click', '.acc-tile-btn', function() { + + }); +}); \ No newline at end of file