* Initialize the UI. *
()
| 37 | * |
| 38 | */ |
| 39 | function init() |
| 40 | { |
| 41 | setSwitchButton("globalStatus", "globalStatus"); |
| 42 | setSwitchButton("tabcounter", "badgedStatus"); |
| 43 | setSwitchButton("logging", "loggingStatus"); |
| 44 | setSwitchButton("statistics", "statisticsStatus"); |
| 45 | setHashStatus(); |
| 46 | changeStatistics(); |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Get the cleanedCounter and totalCounter value from the storage |
no test coverage detected