addonsmanager.js 114 B

12345
  1. $(function() {
  2. // Tooltips are annoying
  3. // Use title attribute instead
  4. // $( 'input,textarea' ).tooltip();
  5. });