Rev 224 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 224 | Rev 234 | ||
|---|---|---|---|
| Line 227... | Line 227... | ||
| 227 | var groupedItems = item.parent().closest('li'); |
227 | var groupedItems = item.parent().closest('li'); |
| 228 | if (groupedItems && groupedItems.length > 0) { |
228 | if (groupedItems && groupedItems.length > 0) { |
| 229 | $this.deactivateItems(groupedItems.siblings(), true); |
229 | $this.deactivateItems(groupedItems.siblings(), true); |
| 230 | }
|
230 | }
|
| 231 | $this.activate(item); |
231 | $this.activate(item); |
| 232 | $.cookie('poseidon_menu_scroll_state', link.attr('href') + ',' + $this.menuContainer.scrollTop(), { path: '/' }); |
- | |
| - | 232 | //TODO: SERÁ ATIVADO QUANDO ESTIVER APENAS O SISTEMA NOVO NO AR
|
|
| - | 233 | //$.cookie('poseidon_menu_scroll_state', link.attr('href') + ',' + $this.menuContainer.scrollTop(), { path: '/' });
|
|
| 233 | }
|
234 | }
|
| 234 | }
|
235 | }
|
| 235 | }
|
236 | }
|
| 236 | 237 | ||
| 237 | if(submenu.length) { |
238 | if(submenu.length) { |