Switch Emojis to Tabler icons.
This commit is contained in:
@@ -192,33 +192,33 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
if (interval === 15) {
|
||||
if (roundToNearest) {
|
||||
examples.push('9:07 AM → 9:00 AM');
|
||||
examples.push('9:08 AM → 9:15 AM');
|
||||
examples.push('9:23 AM → 9:30 AM');
|
||||
examples.push('9:07 AM <i class="ti ti-arrow-right"></i> 9:00 AM');
|
||||
examples.push('9:08 AM <i class="ti ti-arrow-right"></i> 9:15 AM');
|
||||
examples.push('9:23 AM <i class="ti ti-arrow-right"></i> 9:30 AM');
|
||||
} else {
|
||||
examples.push('9:01 AM → 9:15 AM');
|
||||
examples.push('9:16 AM → 9:30 AM');
|
||||
examples.push('9:31 AM → 9:45 AM');
|
||||
examples.push('9:01 AM <i class="ti ti-arrow-right"></i> 9:15 AM');
|
||||
examples.push('9:16 AM <i class="ti ti-arrow-right"></i> 9:30 AM');
|
||||
examples.push('9:31 AM <i class="ti ti-arrow-right"></i> 9:45 AM');
|
||||
}
|
||||
} else if (interval === 30) {
|
||||
if (roundToNearest) {
|
||||
examples.push('9:14 AM → 9:00 AM');
|
||||
examples.push('9:16 AM → 9:30 AM');
|
||||
examples.push('9:45 AM → 10:00 AM');
|
||||
examples.push('9:14 AM <i class="ti ti-arrow-right"></i> 9:00 AM');
|
||||
examples.push('9:16 AM <i class="ti ti-arrow-right"></i> 9:30 AM');
|
||||
examples.push('9:45 AM <i class="ti ti-arrow-right"></i> 10:00 AM');
|
||||
} else {
|
||||
examples.push('9:01 AM → 9:30 AM');
|
||||
examples.push('9:31 AM → 10:00 AM');
|
||||
examples.push('10:01 AM → 10:30 AM');
|
||||
examples.push('9:01 AM <i class="ti ti-arrow-right"></i> 9:30 AM');
|
||||
examples.push('9:31 AM <i class="ti ti-arrow-right"></i> 10:00 AM');
|
||||
examples.push('10:01 AM <i class="ti ti-arrow-right"></i> 10:30 AM');
|
||||
}
|
||||
} else if (interval === 60) {
|
||||
if (roundToNearest) {
|
||||
examples.push('9:29 AM → 9:00 AM');
|
||||
examples.push('9:31 AM → 10:00 AM');
|
||||
examples.push('10:30 AM → 11:00 AM');
|
||||
examples.push('9:29 AM <i class="ti ti-arrow-right"></i> 9:00 AM');
|
||||
examples.push('9:31 AM <i class="ti ti-arrow-right"></i> 10:00 AM');
|
||||
examples.push('10:30 AM <i class="ti ti-arrow-right"></i> 11:00 AM');
|
||||
} else {
|
||||
examples.push('9:01 AM → 10:00 AM');
|
||||
examples.push('10:01 AM → 11:00 AM');
|
||||
examples.push('11:01 AM → 12:00 PM');
|
||||
examples.push('9:01 AM <i class="ti ti-arrow-right"></i> 10:00 AM');
|
||||
examples.push('10:01 AM <i class="ti ti-arrow-right"></i> 11:00 AM');
|
||||
examples.push('11:01 AM <i class="ti ti-arrow-right"></i> 12:00 PM');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user