mirror of
https://github.com/redmine/redmine.git
synced 2026-01-20 22:43:10 +01:00
Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23755 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
(() => {
|
|
const button = $('[data-reaction-button-id=<%= reaction_id_for @object %>]');
|
|
|
|
removeHoverTooltips(button);
|
|
button.html($('<%=j reaction_button @object %>').children());
|
|
setupHoverTooltips(button);
|
|
})();
|