diff options
author | Irina Gómez <irinagomez@us.es> | 2019-12-05 14:08:05 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-12-05 14:08:05 +0100 |
commit | d43a16a44740cc3948740efa2bf327069e31aaf4 (patch) | |
tree | 4117f3f7256ab3bd06bacc3b74c5bf64bfc98ef4 /admin | |
parent | a1a2a333c9ace758fa7bb0702dbb9319476deded (diff) |
#914 Computer properties: Fix error in cancel button.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/WebConsole/jscripts/propiedades_ordenadores.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/WebConsole/jscripts/propiedades_ordenadores.js b/admin/WebConsole/jscripts/propiedades_ordenadores.js index ff7c3c7a..41aef413 100644 --- a/admin/WebConsole/jscripts/propiedades_ordenadores.js +++ b/admin/WebConsole/jscripts/propiedades_ordenadores.js @@ -27,7 +27,7 @@ function cancelar(){ //________________________________________________________________________________________________________ function resultado_insertar_ordenadores(resul,descrierror,nwid,tablanodo){ farbol.resultado_insertar(resul,descrierror,nwid,tablanodo); - selfclose(); + //selfclose(); } //________________________________________________________________________________________________________ // @@ -40,7 +40,7 @@ function resultado_insertar_ordenadores(resul,descrierror,nwid,tablanodo){ //________________________________________________________________________________________________________ function resultado_modificar_ordenadores(resul,descrierror,lit){ farbol.resultado_modificar(resul,descrierror,lit); - selfclose(); + //selfclose(); } //________________________________________________________________________________________________________ // @@ -53,11 +53,11 @@ function resultado_modificar_ordenadores(resul,descrierror,lit){ //________________________________________________________________________________________________________ function resultado_eliminar_ordenadores(resul,descrierror,id){ farbol.resultado_eliminar(resul,descrierror,id); - selfclose(); + //selfclose(); } //________________________________________________________________________________________________________ function selfclose(){ - //document.location.href="../nada.php"; + document.location.href="../nada.php"; } //________________________________________________________________________________________________________ // |