X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=js%2Finserts.js;h=235de1812167082b813805397856340a4761a19a;hb=6d2dce24184f25478260fcfe240ca7fcc7c61c0c;hp=2b244ec5872fe3a0db152e40d212a8b6c3ac47ed;hpb=c7a6b173102b5df624ce18780e057b3d61953ce6;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index 2b244ec5..235de181 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -130,6 +130,8 @@ var inserts = { if(e.onfocus==undefined) { e.onfocus = function() { save_focus(this); + if (this.className == 'combo') + this.select(); }; } if (e.className == 'combo' || e.className == 'combo2') {