check table type in oqs

This commit is contained in:
phyusin
2018-02-23 10:42:12 +06:30
parent ed12897986
commit a1906ed555

View File

@@ -79,8 +79,7 @@ $(document).on('turbolinks:load', function() {
}
var table_type = '';
if (data[field]["table_type"]=null) {
if (data[field]["table_type"]!=null) {
table_type = data[field]["table_type"] +'-'+data[field]["zone"]
}else{
table_type = "No Table"