]> git.wh0rd.org - chrome-ext/wake-on-lan.git/blob - js/common.js
add port tips to the port field tooltip text
[chrome-ext/wake-on-lan.git] / js / 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() {}