ZeroNet/plugins/UiPluginManager/media/js/utils/Dollar.coffee

4 lines
114 B
CoffeeScript

window.$ = (selector) ->
if selector.startsWith("#")
return document.getElementById(selector.replace("#", ""))