Skip to content

Commit 8c9d1b4

Browse files
Minor correction
1 parent da96154 commit 8c9d1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/SmartStore.Web/Administration/Views/Setting/CustomerUser.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@
920920
<script>
921921
$(function () {
922922
$("#add-cookie-info-button").on("click", function (e) {
923-
openPopup('@(Url.Action("CookieInfoCreatePopup", "Setting", new { btnId = "btnRefreshCookieInfos", formId = "faq-form" }))', false);
923+
openPopup('@(Url.Action("CookieInfoCreatePopup", "Setting", new { btnId = "btnRefreshCookieInfos", formId = "cookie-infos-form" }))', false);
924924
return false;
925925
});
926926

0 commit comments

Comments
 (0)