From c3594c7e07b6ab77c1609da869a8ca6f6f3319a5 Mon Sep 17 00:00:00 2001 From: Hazirah Nabilah Date: Fri, 8 Sep 2017 17:14:59 +0800 Subject: [PATCH] chat decision --- public/Forwarder/chat.html | 243 +++---------------------------------- 1 file changed, 16 insertions(+), 227 deletions(-) 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(); - } - });