fixes
This commit is contained in:
parent
7aace470c5
commit
afbfa04514
@ -505,7 +505,7 @@ class Up2k(object):
|
||||
|
||||
def _run_one_mtp(self, ptop):
|
||||
db_path = os.path.join(ptop, ".hist", "up2k.db")
|
||||
sz0 = os.path.getsize(db_path)
|
||||
sz0 = os.path.getsize(db_path) // 1024
|
||||
|
||||
force = {}
|
||||
timeout = {}
|
||||
|
@ -1396,7 +1396,7 @@ var mukey = (function () {
|
||||
ev(e);
|
||||
var notation = this.getAttribute('value');
|
||||
load_notation(notation);
|
||||
render();
|
||||
try_render();
|
||||
}
|
||||
|
||||
function load_notation(notation) {
|
||||
|
Loading…
Reference in New Issue
Block a user