From aed4a819f90b7422c8229d8ac2cba71bc0809e81 Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 2 Jan 2018 19:01:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9D=B4=ED=8A=B8=EB=A7=B5=20URL=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=EB=9E=80=EC=97=90=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=EA=B0=92=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xpressengine/xe-core#2158 - 기본으로 입력되어 있는 http://를 placeholder로 변경함 - XE와 같은 예제는 넣지 않음 --- modules/menu/tpl/sitemap.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index 30c8c1a8a..990cd8c6a 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -181,7 +181,7 @@
- +
@@ -1830,7 +1830,6 @@ jQuery(function($){ if(this !== ev.target) return; clearInputs($('#add_menu')); - $('#add_menu .x_active ._linkUrl').val('http://'); }); $('#add_menu ._save').bind("click", function(){ var sMenuName = $('#add_menu ._menuName').val();