UiConfig plugin

This commit is contained in:
shortcutme 2018-07-10 03:30:47 +02:00
parent 5aab10fab2
commit 10bab2b6e4
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
17 changed files with 3240 additions and 0 deletions

View file

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