UiFileManager plugin
This commit is contained in:
parent
85790f8866
commit
f0b0f57643
24 changed files with 2541 additions and 0 deletions
3
plugins/UiFileManager/media/js/lib/Dollar.coffee
Normal file
3
plugins/UiFileManager/media/js/lib/Dollar.coffee
Normal file
|
@ -0,0 +1,3 @@
|
|||
window.$ = (selector) ->
|
||||
if selector.startsWith("#")
|
||||
return document.getElementById(selector.replace("#", ""))
|
Loading…
Add table
Add a link
Reference in a new issue