Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 99... Línea 99...
99
        if (option.getAttribute('aria-selected') === 'true') {
99
        if (option.getAttribute('aria-selected') === 'true') {
100
            return;
100
            return;
101
        }
101
        }
102
        if (this.isUpdateStatusEnabled()) {
102
        if (this.isUpdateStatusEnabled()) {
103
            this.setSelectedValue(option.dataset.value);
103
            this.setSelectedValue(option.dataset.value);
-
 
104
            this.button.focus();
104
        }
105
        }
105
    }
106
    }
Línea 106... Línea 107...
106
 
107
 
107
    /**
108
    /**