mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
tags and caching
This commit is contained in:
@@ -448,8 +448,11 @@
|
||||
const el = document.createElement("option");
|
||||
|
||||
el.value = model.id;
|
||||
el.title = model.description;
|
||||
el.textContent = model.name;
|
||||
|
||||
el.dataset.tags = (model.tags || []).join(",");
|
||||
|
||||
$model.appendChild(el);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user