diff options
author | alonso <alonso@us.es> | 2013-03-08 17:22:04 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2013-03-08 17:22:04 +0000 |
commit | 39975933ca1bbd6bd8c77343f7582b036c910229 (patch) | |
tree | dd836f1ef1031c71f06d16091f6ff18c7b5628bb /admin/WebConsole/comandos/includes | |
parent | b120b777236a180acb8e0df7720de8786814d6ae (diff) |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3673 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/includes')
-rw-r--r-- | admin/WebConsole/comandos/includes/FiltradoAmbito.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/comandos/includes/FiltradoAmbito.php b/admin/WebConsole/comandos/includes/FiltradoAmbito.php index 8c357efe..62b12952 100644 --- a/admin/WebConsole/comandos/includes/FiltradoAmbito.php +++ b/admin/WebConsole/comandos/includes/FiltradoAmbito.php @@ -371,6 +371,7 @@ function filtrado() {
var ipes="";
for(j=1;j<=cid;j++){
+
var objTB=document.getElementById("tbo-"+j);
if(objTB){
var imagenes = objTB.getElementsByTagName('img');
|