updates for menu management - select list generator copy still referenced moniker and had to be updated
This commit is contained in:
parent
dca2cd4a42
commit
a5b2ccaad0
2 changed files with 2 additions and 31 deletions
|
@ -18,14 +18,12 @@ var menuManagementEdit = {
|
|||
bindEventListeners: function() {
|
||||
// Listeners for vClass switching
|
||||
this.changeContentType.click(function() {
|
||||
alert("change content type");
|
||||
menuManagementEdit.showClassGroups();
|
||||
return false;
|
||||
});
|
||||
this.selectClassGroupDropdown.change(function() {
|
||||
alert("select class group dropdown");
|
||||
alert("class group change");
|
||||
chooseClassGroup();
|
||||
return false;
|
||||
});
|
||||
},
|
||||
showClassGroups: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue