diff --git a/public/Forwarder/chat.html b/public/Forwarder/chat.html index 2108787..829e9ab 100644 --- a/public/Forwarder/chat.html +++ b/public/Forwarder/chat.html @@ -442,7 +442,7 @@
Add Group - + Track Order diff --git a/public/Importer/chat.html b/public/Importer/chat.html index bf07d58..0566037 100644 --- a/public/Importer/chat.html +++ b/public/Importer/chat.html @@ -386,7 +386,7 @@
Add Group - + Track Order diff --git a/public/Importer/shippingorder.html b/public/Importer/shippingorder.html index 23e2467..3df6ed8 100644 --- a/public/Importer/shippingorder.html +++ b/public/Importer/shippingorder.html @@ -455,7 +455,7 @@ License: You must have a valid license purchased only from themeforest(the above CMB Weight Photo - Remark + Remark @@ -1324,7 +1324,7 @@ License: You must have a valid license purchased only from themeforest(the above function addNewColumn() { $('#table1 thead').find('tr').each(function() { - $(this).find('th').eq(7).after('Remark'); + $(this).find('th').eq(7).after('Remark'); }); $('#table1 tbody').find('tr').each(function() { $(this).find('td').eq(7).after('');