Missed one
This commit is contained in:
parent
ef4a4889d3
commit
7a9f998a1a
@ -16943,8 +16943,7 @@
|
|||||||
textContent: 'Settings'
|
textContent: 'Settings'
|
||||||
});
|
});
|
||||||
$.on(el, 'click', this.open);
|
$.on(el, 'click', this.open);
|
||||||
$.event('AddMenuEntry', {
|
Header.menu.addEntry({
|
||||||
type: 'header',
|
|
||||||
el: el,
|
el: el,
|
||||||
order: 1
|
order: 1
|
||||||
});
|
});
|
||||||
|
|||||||
@ -16964,8 +16964,7 @@
|
|||||||
textContent: 'Settings'
|
textContent: 'Settings'
|
||||||
});
|
});
|
||||||
$.on(el, 'click', this.open);
|
$.on(el, 'click', this.open);
|
||||||
$.event('AddMenuEntry', {
|
Header.menu.addEntry({
|
||||||
type: 'header',
|
|
||||||
el: el,
|
el: el,
|
||||||
order: 1
|
order: 1
|
||||||
});
|
});
|
||||||
|
|||||||
@ -8,8 +8,7 @@ Settings =
|
|||||||
textContent: 'Settings'
|
textContent: 'Settings'
|
||||||
$.on el, 'click', @open
|
$.on el, 'click', @open
|
||||||
|
|
||||||
$.event 'AddMenuEntry',
|
Header.menu.addEntry
|
||||||
type: 'header'
|
|
||||||
el: el
|
el: el
|
||||||
order: 1
|
order: 1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user