From 854ac42c7729fcf78c63d367fb38ac56e698e06c Mon Sep 17 00:00:00 2001 From: Jeferson Lucas Date: Sun, 24 Jun 2018 12:22:19 -0300 Subject: [PATCH] =?UTF-8?q?Adi=C3=A7=C3=A3o=20de=20informa=C3=A7=C3=A3o=20?= =?UTF-8?q?de=20versionamento=20e=20link=20externo=20para=20o=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + assets/_js/app.js | 6 ++++++ consulta.html | 13 ++++++++++--- index.html | 8 ++++++++ reservas.html | 7 +++++++ 5 files changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e98a2fc..21af8bf 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ A versão 1.0.1 foi ao ar no dia 24/06/2018. Dentre as suas funcionalidades est * Adição do botão atualizar para recarregar a lista; * Adição da página Reservas listando todas as reservas cadastradas; * Adição de link externo para o site do Colégio e Faculdade Sena Aires; +* Adição de link externo para o projeto no GitHub; * Mudança na cor dos botões; * Validação dupla na pesquisa de filtro e no cadastro de reservas. diff --git a/assets/_js/app.js b/assets/_js/app.js index 0565ce6..72a00fc 100644 --- a/assets/_js/app.js +++ b/assets/_js/app.js @@ -412,4 +412,10 @@ $(function () { $('[data-toggle="popover"]').popover() }) +// +// TOOLTIP +// + $(function () { + $('[data-toggle="tooltip"]').tooltip() + }) //==============================================================|| diff --git a/consulta.html b/consulta.html index 9e67b4f..31b9315 100644 --- a/consulta.html +++ b/consulta.html @@ -48,7 +48,7 @@
diff --git a/index.html b/index.html index 17b8fff..0004680 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,7 @@ }, false); })(); + @@ -66,6 +67,13 @@
+ + + Versão 1.0.1  + + + + diff --git a/reservas.html b/reservas.html index 87616d3..c8c00ba 100644 --- a/reservas.html +++ b/reservas.html @@ -45,6 +45,13 @@ + + Versão 1.0.1  + + + + +