Commit 434fcea
committed
refactor: migrate conference detail pages to countdown-simple.js
- Replace jQuery countdown with modern countdown-simple.js on conference pages
- Update conference.html to use data attributes instead of inline JavaScript
- Add conference-specific format to countdown-simple.js (X days Yh Zm Ws)
- Remove jquery.countdown.min.js dependency (5KB saved)
- Delete unused summary.html layout (no pages use it)
Benefits:
- Single efficient timer instead of multiple jQuery instances
- Consistent countdown implementation across entire site
- Better mobile battery performance
- Simpler maintenance with one countdown codebase1 parent 4b98801 commit 434fcea
File tree
5 files changed
+10
-417
lines changed- _includes
- _layouts
- static/js
5 files changed
+10
-417
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
246 | | - | |
| 249 | + | |
247 | 250 | | |
248 | 251 | | |
249 | 252 | | |
| |||
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
0 commit comments