luci-base: luci.js: remove wrong CSS class from page footer
[project/luci.git] / modules / luci-base / htdocs / luci-static / resources / luci.js
index 529a33ca3b64977f4143337826c265ba5235127e..ffa1c002b8a5d719647c00c4da660ae6f9703341 100644 (file)
                        }).render() : E([]);
 
                        if (this.handleSaveApply || this.handleSave || this.handleReset) {
-                               footer.appendChild(E('div', { 'class': 'cbi-page-actions control-group' }, [
+                               footer.appendChild(E('div', { 'class': 'cbi-page-actions' }, [
                                        saveApplyBtn, ' ',
                                        this.handleSave ? E('button', {
                                                'class': 'cbi-button cbi-button-save',