This commit is contained in:
jmoya 2018-08-07 17:36:55 +00:00
parent 86af65d860
commit 2fa42efa8c
2 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,10 @@ var Estado;
jQuery(document).ready(function () { jQuery(document).ready(function () {
getDataModel();
$(window).on("load", function () {
getDataModel();
})
}); });
this.getDataModel = function () { this.getDataModel = function () {

View file

@ -292,6 +292,7 @@
</script>*@ </script>*@
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function () { $(document).ready(function () {
ObtenerDatosUsuario(); ObtenerDatosUsuario();
ObtenerRolPantalla(); ObtenerRolPantalla();
ObtenerCantidadTareasPendientes(); ObtenerCantidadTareasPendientes();