From e571461a376488b33d37e95c32479f84c10db196 Mon Sep 17 00:00:00 2001 From: "jzuniga:1" Date: Mon, 18 Jun 2018 23:00:48 +0000 Subject: [PATCH] git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C70 --- AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs | 3 ++- AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs b/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs index 9c97e1c70..e73cd9457 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs +++ b/AYA.SlnSynor/AYA.SlnSynor/App_Start/BundleConfig.cs @@ -23,6 +23,7 @@ namespace AYA.SlnSinort bundles.Add(new ScriptBundle("~/bundles/moment").Include("~/Scripts/moment.js").Include("~/Scripts/moment-with-langs.js")); bundles.Add(new ScriptBundle("~/bundles/toastr").Include("~/Scripts/toastr.js")); bundles.Add(new ScriptBundle("~/bundles/jquery-dataTables").Include("~/Scripts/DataTables-1.10.0/jquery.dataTables.js")); + bundles.Add(new ScriptBundle("~/bundles/timepicki").Include("~/Scripts/timepicki.js")); bundles.Add(new StyleBundle("~/Content/css") .Include("~/Content/Site.css")); @@ -49,7 +50,7 @@ namespace AYA.SlnSinort bundles.Add(new ScriptBundle("~/Script-Global") .Include("~/Sinort-Scripts/Global.js")); - + bundles.Add(new StyleBundle("~/Content/timepicki").Include("~/Content/timepicki.css")); //AGREGAR SIGUIENTES SCRIPTS bundles.Add(new ScriptBundle("~/Scripts/Sinort-PropuestaNormativa") diff --git a/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs b/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs index b5be31855..fa06941ba 100644 --- a/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs +++ b/AYA.SlnSynor/Atesa.Utilitarios/ObtieneParametros.cs @@ -25,7 +25,7 @@ namespace Atesa.Utilitarios } catch { - throw new Exception("The registry key 'ParametrosProcesoUltimus' does not exist and could not create it"); + throw new Exception("The registry key 'Parametros' does not exist and could not create it"); } } public void AddValueKeyRegedit(string KeyStringName, string KeyStringValue, bool Encrypt)