mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
fixes
This commit is contained in:
parent
7aace470c5
commit
afbfa04514
|
@ -505,7 +505,7 @@ class Up2k(object):
|
||||||
|
|
||||||
def _run_one_mtp(self, ptop):
|
def _run_one_mtp(self, ptop):
|
||||||
db_path = os.path.join(ptop, ".hist", "up2k.db")
|
db_path = os.path.join(ptop, ".hist", "up2k.db")
|
||||||
sz0 = os.path.getsize(db_path)
|
sz0 = os.path.getsize(db_path) // 1024
|
||||||
|
|
||||||
force = {}
|
force = {}
|
||||||
timeout = {}
|
timeout = {}
|
||||||
|
|
|
@ -1396,7 +1396,7 @@ var mukey = (function () {
|
||||||
ev(e);
|
ev(e);
|
||||||
var notation = this.getAttribute('value');
|
var notation = this.getAttribute('value');
|
||||||
load_notation(notation);
|
load_notation(notation);
|
||||||
render();
|
try_render();
|
||||||
}
|
}
|
||||||
|
|
||||||
function load_notation(notation) {
|
function load_notation(notation) {
|
||||||
|
|
Loading…
Reference in a new issue