]> git.wh0rd.org - chrome-ext/wake-on-lan.git/blob - common.js
4bda93e712a0b66856b182db4d60f4e6a5faa9a0
[chrome-ext/wake-on-lan.git] / common.js
1 // Written by Mike Frysinger <vapier@gmail.com>.
2 // Released into the public domain.
3
4 function $(s) { return document.querySelectorAll(s); }
5 function $$(s) { return document.querySelector(s); }
6 function nullcb() {}