Commit fe475b0f8681439fb99ea41feec81e0b5392e255
1 parent
322781bb
Exists in
master
Alterado url asset antes experno para interno
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/intranet/scripts/menu.js
... | ... | @@ -1352,7 +1352,7 @@ function MontaMenu() |
1352 | 1352 | } |
1353 | 1353 | else |
1354 | 1354 | { |
1355 | - link = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\"><tr><td valign=\"middle\" width=\"18\"><img src='http://nat-bp-spo.cobra.com.br/imagens/transp.gif' height='16' width='16' ></td><td valign=\"middle\"><a href='#'>" + menu_formatado[i][1] + "</a></td></tr></table>"; | |
1355 | + link = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\"><tr><td valign=\"middle\" width=\"18\"><img src='/intranet/imagens/transp.gif' height='16' width='16' ></td><td valign=\"middle\"><a href='#'>" + menu_formatado[i][1] + "</a></td></tr></table>"; | |
1356 | 1356 | oCMenu.makeMenu(menu_formatado[i][0]+"_",menu_formatado[i][5]+"_", link, menu_formatado[i][8],menu_formatado[i][9],menu_formatado[i][6],'','','','','','','','',menu_formatado[i][10]); |
1357 | 1357 | } |
1358 | 1358 | }else | ... | ... |