mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-18 13:32:05 +01:00
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
|
|
$(document).ready(function () {
|
||
|
|
console.log("using JS in static file...!");
|
||
|
|
});
|