Do not select input for all text input fields

Fix issue #6920
remotes/origin/ldap_group_count
Joas Schilling 13 years ago
parent 60cba9962d
commit 145d9a09ab
  1. 4
      core/js/js.js

@ -884,11 +884,7 @@ function initCore() {
$('a.action.delete').tipsy({gravity:'e', fade:true, live:true});
$('a.action').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});
$('input').tipsy({gravity:'w', fade:true});
$('input[type=text]').focus(function(){
this.select();
});
}
$(document).ready(initCore);

Loading…
Cancel
Save