Commit 54f1b0ef authored by Romain Courteaud's avatar Romain Courteaud

erp5_forge: desactivate gadget changelog

parent 5866e6cd
......@@ -205,12 +205,14 @@
text: 'Diff',
disabled: (gadget.state.display_step === DISPLAY_DIFF),
class: 'diff-tree-btn ui-btn-icon-left ' + diff_icon
/*
}),
domsugar('button', {
type: 'button',
text: 'Changelog',
disabled: (gadget.state.display_step === DISPLAY_CHANGELOG),
class: 'changelog-btn ui-btn-icon-left ' + changelog_icon
*/
})
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment