You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
512 B

  1. /*
  2. * DokuWiki Bootstrap3 Template: Plugins Hacks!
  3. *
  4. * Home http://dokuwiki.org/template:bootstrap3
  5. * Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
  6. * License GPL 2 (http://www.gnu.org/licenses/gpl.html)
  7. */
  8. // Database2 Plugin
  9. var $database2 = jQuery('table.database2, table.database2-single-editor');
  10. if ($database2.length) {
  11. $database2.find('.label').removeClass('label').addClass('database2-label');
  12. $database2.find('input[type="submit"]:first').addClass('btn-success');
  13. }