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

erp5_forge: desactivate gadget changelog

parent 5866e6cd
...@@ -205,12 +205,14 @@ ...@@ -205,12 +205,14 @@
text: 'Diff', text: 'Diff',
disabled: (gadget.state.display_step === DISPLAY_DIFF), disabled: (gadget.state.display_step === DISPLAY_DIFF),
class: 'diff-tree-btn ui-btn-icon-left ' + diff_icon class: 'diff-tree-btn ui-btn-icon-left ' + diff_icon
/*
}), }),
domsugar('button', { domsugar('button', {
type: 'button', type: 'button',
text: 'Changelog', text: 'Changelog',
disabled: (gadget.state.display_step === DISPLAY_CHANGELOG), disabled: (gadget.state.display_step === DISPLAY_CHANGELOG),
class: 'changelog-btn ui-btn-icon-left ' + changelog_icon 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