mirror of
https://github.com/gchq/CyberChef
synced 2025-12-12 22:33:20 +00:00
Fixed all HTML operations
This commit is contained in:
@@ -113,7 +113,7 @@ CMYK: ${cmyk}
|
||||
document.getElementById('input-text').value = 'rgba(' +
|
||||
color.r + ', ' + color.g + ', ' + color.b + ', ' + color.a + ')';
|
||||
window.app.autoBake();
|
||||
});
|
||||
}).children(".colorpicker").removeClass('dropdown-menu');
|
||||
</script>`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user