Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
תגובה אחת
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
document.addEventListener("DOMContentLoaded", function () {
// בחר את כל שדות הטקסט שבהם אתה רוצה למנוע המרה לאימוג'ים
var inputs = document.querySelectorAll("input[type='text'], textarea");inputs.forEach(function(input) {
input.addEventListener("keydown", function(event) {
// מניעת המרה של קיצורי מקלדת לאימוג'ים
if (event.key === "Enter" && event.ctrlKey) {
event.preventDefault();
}
});
});
});
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.