Skip to content

Commit 3bc030f

Browse files
committed
Merge branch 'issue-8012-ajaxFailure-exception' into develop
2 parents 8383281 + e4bc57e commit 3bc030f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/Nop.Web/wwwroot/js/public.ajaxcart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ var AjaxCart = {
194194
},
195195

196196
ajaxFailure: function () {
197-
alert(this.localized_data.AjaxCartFailure);
197+
alert(AjaxCart.localized_data.AjaxCartFailure);
198198
}
199199
};

0 commit comments

Comments
 (0)