This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var timeColor = (typeof timeColor !== 'undefined') ? timeColor : "green"; | |
| var waitingColor = (typeof waitingColor !== 'undefined') ? waitingColor : "#ff9933"; | |
| var noDateColor = (typeof noDateColor !== 'undefined') ? noDateColor : "green"; | |
| var timeBarWidth = (typeof timeBarWidth !== 'undefined') ? timeBarWidth : false; | |
| (async () => { | |
| if (typeof window.twLib === 'undefined') { | |
| window.twLib = { | |
| queues: null, | |
| init: function () { |