mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-18 18:29:54 +00:00
Compare commits
3 commits
0b09e30d43
...
1b45143475
Author | SHA1 | Date | |
---|---|---|---|
1b45143475 | |||
6cd8297ecf | |||
bb2536a61b |
3 changed files with 7 additions and 8 deletions
|
@ -4,7 +4,7 @@ date = 2024-07-16T07:19:09+10:00
|
|||
template = "yoga7x.html"
|
||||
|
||||
[extra]
|
||||
updated = 2024-07-16T07:24:19+10:00
|
||||
updated = 2024-07-16T13:39:35+10:00
|
||||
+++
|
||||
|
||||
{{ figure(image="posts/2024/yoga-7x-snapdragon-developer-review/yoga-7x-on-desk.jpg",
|
||||
|
@ -731,6 +731,7 @@ free to get in contact and I'll do my best to answer any questions.
|
|||
|
||||
- [Lobsters](https://lobste.rs/s/p0hx8s/developer_s_review_snapdragon_x_laptop)
|
||||
- [Hacker News](https://news.ycombinator.com/item?id=40971564)
|
||||
- [Reddit](https://old.reddit.com/r/Lenovo/comments/1e47g09/a_developers_review_of_a_snapdragon_x_laptop/)
|
||||
|
||||
#### Credits
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const select = document.getElementById('forex');
|
||||
select.addEventListener('change', updatePrices);
|
||||
// Trigger initial conversion (Firefox preserves selected option across refresh
|
||||
updatePrices.call(select);
|
||||
})
|
||||
|
||||
/**
|
||||
* @this {HTMLSelectElement}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "page.html" %}
|
||||
|
||||
{% block head %}
|
||||
<script src="/js/forex.js" type="module" async></script>
|
||||
<script src="{{ config.base_url }}/js/forex.js?v=2" type="text/javascript" defer async></script>
|
||||
<style>
|
||||
table {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue