Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
20 Dec 2013 at 15:32 UTC
Updated:
29 Jul 2014 at 23:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vijaycs85Initial patch...
Comment #2
wim leersInstead of keeping the exact same behavior here, we might as well improve
menu.admin.jsso we can get rid of the inline JS function call.Assigning to nod_, to make sure that inline JS function call didn't exist for some bizarre reason.
Comment #3
nod_+ $menu.once('menu-parent', function (a, b, c) {What are those parameters doing in the anon func signature? other than that, it's ok.
Comment #4
wim leers#3: d'oh, debug leftovers :/ Thanks for catching that.
Comment #5
nod_Thanks.
Comment #6
wim leersLovely! This is the last remaining
drupal_add_js()call :)Comment #7
webchickAwesome work!
Committed and pushed to 8.x. YEAH!