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