shares: fix lifetime-extend; closes #1248

This commit is contained in:
ed
2026-01-25 21:40:16 +00:00
parent 24141b494b
commit b6bf6d5f7a

View File

@@ -16,7 +16,7 @@ function rm() {
}
function bump() {
var k = this.closest('tr').getElementsByTagName('a')[2].getAttribute('k'),
var k = this.closest('tr').querySelector('a[k]').getAttribute('k'),
u = SR + '/?skey=' + uricom_enc(k) + '&eshare=' + this.value,
xhr = new XHR();