mirror of
https://github.com/9001/copyparty.git
synced 2026-02-21 01:40:39 +10:00
shares: fix lifetime-extend; closes #1248
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user