From 3235eea17829ca2afa6b4ee8f108717bc9d37347 Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 3 Nov 2017 14:22:40 -0500 Subject: [PATCH] correccion bug en firma modal --- index.php | 9 ++ librerias/firma/app.js | 6 +- librerias/firma/modal.php | 51 +++++++++ librerias/firma/signature-pad.css | 18 ++++ librerias/firma/signature_pad.js | 173 ++++++++++++++++++++++++------ librerias/modal.php | 51 +++++++++ milfs/funciones/funciones.php | 37 +------ 7 files changed, 274 insertions(+), 71 deletions(-) create mode 100644 librerias/firma/modal.php mode change 100644 => 100755 librerias/firma/signature_pad.js create mode 100644 librerias/modal.php diff --git a/index.php b/index.php index 510c2d4..f5cbad6 100644 --- a/index.php +++ b/index.php @@ -602,6 +602,8 @@ $uri = $_SERVER['REQUEST_URI']; printJavascript("milfs/xajax/"); //$xajax->debugOn(); $xajax->statusMessagesOn(); + + ;?>