This commit is contained in:
jzuniga:1 2018-06-18 23:00:48 +00:00
parent d8ea0cceb0
commit e571461a37
2 changed files with 3 additions and 2 deletions

View file

@ -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")

View file

@ -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)