UiFileManager plugin

This commit is contained in:
Tamas Kocsis 2020-09-21 18:23:28 +02:00
parent 85790f8866
commit f0b0f57643
24 changed files with 2541 additions and 0 deletions

View file

@ -0,0 +1,3 @@
window.$ = (selector) ->
if selector.startsWith("#")
return document.getElementById(selector.replace("#", ""))