Revert the title "Keycode" to "Keypress". #22.

This commit is contained in:
Arpad Csanyi
2016-05-06 23:21:59 +02:00
parent 0ed2816995
commit 67127fbced
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<!-- <!--
Basic structure of the popover to be used with the Handlebars templates. Basic structure of the popover to be used with the Handlebars templates.
--> -->
<div class="popover bottom" style="display: inline-block; min-width: 574px; position: relative;"> <div class="popover bottom" style="display: inline-block; min-width: 577px; position: relative;">
<div class="arrow"></div> <div class="arrow"></div>
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">

View File

@@ -229,7 +229,7 @@ $(function() {
{ {
type: 'primary', type: 'primary',
icon: 'fa-keyboard-o', icon: 'fa-keyboard-o',
title: 'Keycode', title: 'Keypress',
content: 'keypress' content: 'keypress'
}, },
{ {