Commit bc9dc7e0 authored by platyhouse's avatar platyhouse

.

parent d4b8de58
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<? } ?> <? } ?>
<? if (!count($items)) { ?> <? if (!count($items)) { ?>
<tr> <tr>
<td align=center colspan="3">문의 내용이 없습니다.</td> <td align=center colspan="4">문의 내용이 없습니다.</td>
</tr> </tr>
<? } ?> <? } ?>
</tbody> </tbody>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
$(function () { $(function () {
//Initialize Select2 Elements //Initialize Select2 Elements
$('.select2').select2() // $('.select2').select2()
consoleLog = function(msg) {//See https://stackoverflow.com/a/27074218/470749 consoleLog = function(msg) {//See https://stackoverflow.com/a/27074218/470749
var e = new Error(); var e = new Error();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment