git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C397
This commit is contained in:
parent
86af65d860
commit
2fa42efa8c
2 changed files with 5 additions and 1 deletions
|
|
@ -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 () {
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue