Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -r9eebc760f5946d43fb9971a84d5198541077b69c --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 9eebc760f5946d43fb9971a84d5198541077b69c) @@ -2256,9 +2256,10 @@ layout.liveEdit = true; // remove unnecessary buttons, show Cancel, move Open after Save and Cancel - $('#newButton, #importSequenceButton, #saveAsButton, #exportLamsButton, #previewButton').remove(); - $('#cancelLiveEditButton').show() - .after($('#openButton').parent().parent()); + $('#newButton, #openButton').parent().remove(); + $('#importSequenceButton, #previewButton').remove(); + $('#saveButton').parent().children('.dropdown-toggle, .dropdown-menu').remove(); + $('#cancelLiveEditButton').show(); } GeneralLib.setModified(false);