(direction)
| 6812 | applyCss5(px); |
| 6813 | } |
| 6814 | function ensureProgressBarHeightApplied() { |
| 6815 | applyCss5(readNum(PROGRESS_BAR_HEIGHT_KEY, PROGRESS_BAR_HEIGHT_DEFAULT)); |
| 6816 | } |
| 6817 | function setProgressBarCompat(enabled, reapplyRadius) { |
| 6818 | localStorage.setItem(PROGRESS_BAR_COMPAT_KEY, enabled ? "on" : "off"); |
| 6819 | ensureProgressBarHeightApplied(); |
| 6820 | reapplyRadius(); |
| 6821 | } |