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: {
|
toolbar: {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
text: 'Search Zone',
|
text: 'Search zone',
|
||||||
click: function() {
|
click: function() {
|
||||||
$("#searchzone").dialog({
|
$("#searchzone").dialog({
|
||||||
modal: true,
|
modal: true,
|
||||||
|
@ -1016,7 +1016,7 @@ $(document).ready(function () {
|
||||||
hoverAnimationEasing: undefined,
|
hoverAnimationEasing: undefined,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
text: 'Search Logs',
|
text: 'Search logs',
|
||||||
click: function() {
|
click: function() {
|
||||||
$("#searchlogs").dialog({
|
$("#searchlogs").dialog({
|
||||||
modal: true,
|
modal: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue