add transfer#list pdf download, fix helper#fixascii function
This commit is contained in:
@@ -30,6 +30,14 @@ function AccountState(o){
|
||||
moneyInput = $(app.defaults.selector_money);
|
||||
notes.change(runNote);
|
||||
moneyInput.change(run);
|
||||
moneyInput.focus(function(){
|
||||
$(this).select().one('mouseup', function (e) {
|
||||
$(this).off('keyup');
|
||||
e.preventDefault();
|
||||
}).one('keyup', function () {
|
||||
$(this).select().off('mouseup');
|
||||
});
|
||||
});
|
||||
if ( app.defaults.open ){
|
||||
ddAccount = $(app.defaults.selector_dd_account);
|
||||
ddAccount.change(run);
|
||||
|
||||
Reference in New Issue
Block a user