Skip to content

Commit 90ce2db

Browse files
committed
MAGETWO-49918: Extra Ajax Requests on PDP
1 parent 557a949 commit 90ce2db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Review/view/frontend/web/js/process-reviews.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ define([
1010
function processReviews(url, fromPages) {
1111
$.ajax({
1212
url: url,
13+
cache: true,
1314
dataType: 'html'
1415
}).done(function (data) {
1516
$('#product-review-container').html(data);

0 commit comments

Comments
 (0)