From 47016d72249e67e6d7464f2bb14d38f596889d7d Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 4 Feb 2018 22:55:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmp_msg/msg.html | 17 +++++++++++++++++ tmp_msg/msg.js | 11 +++++++++++ 2 files changed, 28 insertions(+) diff --git a/tmp_msg/msg.html b/tmp_msg/msg.html index 233ad12a..961c2645 100644 --- a/tmp_msg/msg.html +++ b/tmp_msg/msg.html @@ -16,6 +16,23 @@ +
+
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
\ No newline at end of file diff --git a/tmp_msg/msg.js b/tmp_msg/msg.js index e69de29b..dac2d41c 100644 --- a/tmp_msg/msg.js +++ b/tmp_msg/msg.js @@ -0,0 +1,11 @@ +jQuery(function($){ + + var generalID=1; + var sequence =null; + +}); + + +function refreshMsg(){ + +} \ No newline at end of file