mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Match capitalisation on toolbar
This commit is contained in:
parent
dde58c798c
commit
708327ecd2
1 changed files with 2 additions and 2 deletions
|
@ -506,7 +506,7 @@ $(document).ready(function () {
|
|||
toolbar: {
|
||||
items: [
|
||||
{
|
||||
text: 'Search Zone',
|
||||
text: 'Search zone',
|
||||
click: function() {
|
||||
$("#searchzone").dialog({
|
||||
modal: true,
|
||||
|
@ -1016,7 +1016,7 @@ $(document).ready(function () {
|
|||
hoverAnimationEasing: undefined,
|
||||
items: [
|
||||
{
|
||||
text: 'Search Logs',
|
||||
text: 'Search logs',
|
||||
click: function() {
|
||||
$("#searchlogs").dialog({
|
||||
modal: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue