From 42da75fe3347046dbe8a907315c3729637427c29 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Mon, 16 Oct 2017 17:27:03 -0500 Subject: [PATCH] Correcion en Botones --- index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 903bfa0..6e3936d 100755 --- a/index.php +++ b/index.php @@ -790,7 +790,12 @@ $eventos= " error: function() { $('#script-warning').show(); } - }, + }, + buttonText: { + listMonth: 'Agenda', + listYear: 'Año', + listDay: 'List Day' + }, loading: function(bool) { $('#loading').toggle(bool); }