Files
aowow/template/listviews/vendorRestockCol.tpl.php
Sarjuuk e29d1e69fe Template/Fixup
* those js snippets don't really care what namespace they are included in
 * .. why are they even php files...?
2025-04-01 23:18:24 +02:00

15 lines
285 B
PHP

var _ = {
id: 'restock',
name: LANG.restock,
width: '10%',
value: 'restock',
after: 'stack',
compute: function(data, td) {
if (data.restock) {
let t = g_formatTimeElapsed(data.restock);
$WH.ae(td, $WH.ct(t));
}
}
};