Skip to content

Commit 37052b6

Browse files
McMMO-Dashboard v1.25.2
exact_type replacement for type
1 parent b4acadb commit 37052b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function changeLanguage(value){
332332
changeLanguageElement(quickView, class_)
333333
changeLanguageElement(buttons, class_)
334334

335-
if(!['user', 'comparison'].includes(type)){setTable(ab, type)}
335+
if(!['user', 'comparison'].includes(type)){setTable(ab, exact_type)}
336336

337337
function setTable(ab, type){
338338
const row_table_def = document.querySelectorAll('.row_table_def')

0 commit comments

Comments
 (0)