golden hour
/home/phakp/public_html/formtools/install/files
⬆️ Go Up
Upload
File/Folder
Size
Actions
installation.js
320 B
Del
OK
main.css
5.1 KB
Del
OK
Edit: installation.js
$(function () { $("#use_custom_cache_folder").bind("change", function (e) { if (e.target.checked) { $("#cache_folder_default").hide(); $("#cache_folder_custom").show(); $("#cache_folder_custom input").focus(); } else { $("#cache_folder_default").show(); $("#cache_folder_custom").hide(); } }); });
Save