Skip to content

Commit dd6c031

Browse files
committed
Remove the pagination navigation on check new version #3
Signed-off-by: tdruez <[email protected]>
1 parent 14f3131 commit dd6c031

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

product_portfolio/templates/product_portfolio/product_details.html

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@
218218
row.style.display = 'none';
219219
});
220220

221+
document.querySelectorAll(".tab-content .pagination").forEach(function(element) {
222+
element.parentNode.removeChild(element);
223+
});
224+
221225
let newVersionRow = document.createElement('tr');
222226
newVersionRow.className = 'spinner new-version';
223227
newVersionRow.innerHTML = '<td colspan="100">' +

0 commit comments

Comments
 (0)