diff --git a/public/Forwarder/chat.html b/public/Forwarder/chat.html index a90ed4c..3da9c3b 100644 --- a/public/Forwarder/chat.html +++ b/public/Forwarder/chat.html @@ -957,217 +957,22 @@
- - - - - +
+ +
+
+
+ + +
+
+
+ +
+ + + +
@@ -1734,23 +1539,7 @@ } } - $( "#folder" ).change(function() { - var select_value = $(this).val(); - if(select_value == "damage"){ - $("#issue1").show(); - $("#issue2").hide(); - $("#issue3").hide(); - }else if(select_value == "unmatch"){ - $("#issue2").show(); - $("#issue1").hide(); - $("#issue3").hide(); - }else if(select_value == "others"){ - $("#issue3").show(); - $("#issue2").hide(); - $("#issue1").hide(); - } - });