You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
"use strict";
|
|
|
|
document.addEventListener("DOMContentLoaded", function(event) {
|
|
//alert("hugo is working");
|
|
|
|
return false;
|
|
});
|