mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
3 lines
No EOL
198 B
JavaScript
3 lines
No EOL
198 B
JavaScript
document.addEventListener("DOMContentLoaded", function(event) {
|
|
document.getElementById("base_path") && (document.getElementById("base_path").value = window.location.pathname.slice(0, -11));
|
|
}); |