updates for menu management - select list generator copy still referenced moniker and had to be updated

This commit is contained in:
hjkhjk54 2011-07-12 01:50:36 +00:00
parent dca2cd4a42
commit a5b2ccaad0
2 changed files with 2 additions and 31 deletions

View file

@ -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() {