From a3cff7664729fad6d8a8f80476e94b2807b6a2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Izidor=20Matu=C5=A1ov?= Date: Wed, 2 Oct 2013 09:59:35 +0100 Subject: [PATCH] Add tabindex=-1 to h4, h5, h6 toolbar links Skip all links when tabbing with keyboard --- src/bootstrap-wysihtml5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bootstrap-wysihtml5.js b/src/bootstrap-wysihtml5.js index 28bcd74..3c0d3fc 100644 --- a/src/bootstrap-wysihtml5.js +++ b/src/bootstrap-wysihtml5.js @@ -13,9 +13,9 @@ "
  • " + locale.font_styles.h1 + "
  • " + "
  • " + locale.font_styles.h2 + "
  • " + "
  • " + locale.font_styles.h3 + "
  • " + - "
  • " + locale.font_styles.h4 + "
  • " + - "
  • " + locale.font_styles.h5 + "
  • " + - "
  • " + locale.font_styles.h6 + "
  • " + + "
  • " + locale.font_styles.h4 + "
  • " + + "
  • " + locale.font_styles.h5 + "
  • " + + "
  • " + locale.font_styles.h6 + "
  • " + "" + ""; },