()
| 29 | // -------------------- small helpers -------------------- |
| 30 | function $(id) { return document.getElementById(id); } |
| 31 | function getSidebar() { return $(ZONES.SIDEBAR); } |
| 32 | function getTopZone() { return $('uploadFolderRow'); } |
| 33 | function getLeftCol() { return $(ZONES.TOP_LEFT); } |
| 34 | function getRightCol() { return $(ZONES.TOP_RIGHT); } |
no test coverage detected