Commit eca20c4fe85ed236ae6dae38349b744a42411172
1 parent
1927a0c3
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
init/dicionario.js
js/gadgets.js
... | ... | @@ -546,7 +546,7 @@ i3GEO.gadgets = |
546 | 546 | if (typeof (console) !== 'undefined') |
547 | 547 | console.info("i3GEO.gadgets.mostraMenuSuspenso()"); |
548 | 548 | |
549 | - var i3GEOoMenuBar, n, menuUnico, objid, i, estilo, t, onMenuBarBeforeRender, temp, i3GEOoMenuBarLocal, ms = i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso, confm = | |
549 | + var n, menuUnico, objid, i, estilo, t, onMenuBarBeforeRender, temp, i3GEOoMenuBarLocal, ms = i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso, confm = | |
550 | 550 | i3GEO.configura.oMenuData, ins = "", alinhamento = ""; |
551 | 551 | |
552 | 552 | i3GEOoMenuBar = YAHOO.widget.MenuManager; | ... | ... |