diff --git a/public/assets/js/bootstrap-table-commonsearch.js b/public/assets/js/bootstrap-table-commonsearch.js
index 8091961cce379040c93394b95866ab60f932632c..3003095e07a681cf85dd6ca6d44a5c411fc52c10 100644
--- a/public/assets/js/bootstrap-table-commonsearch.js
+++ b/public/assets/js/bootstrap-table-commonsearch.js
@@ -157,7 +157,7 @@
} else {
key = isArray ? value : key;
}
- optionList.push(sprintf("", key == vObjCol.defaultValue ? 'selected' : ''));
+ optionList.push(sprintf("", key === vObjCol.defaultValue ? 'selected' : ''));
});
return optionList;
};