diff --git a/public/script.js b/public/script.js index 7d845a195..61beb9a3b 100644 --- a/public/script.js +++ b/public/script.js @@ -3272,7 +3272,8 @@ $(document).ready(function () { ); setBackground(this_bgfile); }); - $(document).on("click", ".bg_example_cross", function () { + $(document).on("click", ".bg_example_cross", function (e) { + e.stopPropagation(); bg_file_for_del = $(this); //$(this).parent().remove(); //delBackground(this_bgfile);