Skip to content

Commit d3f4a12

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d90c92a commit d3f4a12

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Web/Grand.Web.Store/Areas/Store/Views/MessageTemplate/Partials/CreateOrUpdate.cshtml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@
174174
toggleHasAttachedDownload();
175175
sendImmediately();
176176
$(".SearchTokens").on("input", function (e) { SearchTokens(e); })
177-
$("input").click(function (e) {
178-
var onInputFocus = $(e.target);
179-
});
180177
});
181178
182179
function toggleHasAttachedDownload() {

0 commit comments

Comments
 (0)