8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec8909 commit e4f47f2Copy full SHA for e4f47f2
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -186,12 +186,10 @@
186
187
copyToClipboardElement.textContent = `✅ Copied!`;
188
copyToClipboardElement.disabled = true;
189
- copyToClipboardElement.classList.add('status-success');
190
191
setTimeout(() => {
192
copyToClipboardElement.textContent = oldContent;
193
copyToClipboardElement.disabled = false;
194
- copyToClipboardElement.classList.remove('status-success');
195
}, 7000);
196
});
197
0 commit comments