]> git.wh0rd.org - chrome-ext/wake-on-lan.git/blame - js/common.js
add port tips to the port field tooltip text
[chrome-ext/wake-on-lan.git] / js / common.js
CommitLineData
5b4622f6
MF
1// Written by Mike Frysinger <vapier@gmail.com>.
2// Released into the public domain.
3
4function $(s) { return document.querySelectorAll(s); }
5function $$(s) { return document.querySelector(s); }
6function nullcb() {}