
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
<--
| ||||||||
| Line: 65 to 65 | ||||||||
| Changed: | ||||||||
| < < | document.getElementById("selecao_tipo").onchange = function() { | |||||||
| > > | $("#selecao_tipo").change(function() { | |||||||
| if(this.value) { document.location = "http://www.tabuleirodigital.com.br/twiki/bin/view/CetadObserva/WebRedes?REDE=" + this.value; } | ||||||||
| Changed: | ||||||||
| < < | }; | |||||||
| > > | }); | |||||||
| Changed: | ||||||||
| < < | document.getElementById("selecao_tipo_instituicao").onchange = function() { | |||||||
| > > | $("#selecao_tipo_instituicao").change(function() { | |||||||
| if(this.value) { document.location = "http://www.tabuleirodigital.com.br/twiki/bin/view/CetadObserva/WebRedes?REDE=&MUNICIPIO=*&TIPO_INSTITUICAO=" + this.value; } | ||||||||
| Changed: | ||||||||
| < < | }; | |||||||
| > > | }); | |||||||
| Changed: | ||||||||
| < < | document.getElementById("selecao_municipio").onchange = function() { | |||||||
| > > | $("#selecao_municipio").change(function() { | |||||||
| if(this.value) { document.location = "http://www.tabuleirodigital.com.br/twiki/bin/view/CetadObserva/WebRedes?REDE=&TIPO_INSTITUICAO=*&MUNICIPIO=" + this.value; } | ||||||||
| Changed: | ||||||||
| < < | }; | |||||||
| > > | }); | |||||||