mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
사이트맵 URL 입력란에 기본 값 제거
xpressengine/xe-core#2158 - 기본으로 입력되어 있는 http://를 placeholder로 변경함 - XE와 같은 예제는 넣지 않음
This commit is contained in:
parent
aae2ffb70a
commit
aed4a819f9
1 changed files with 1 additions and 2 deletions
|
|
@ -181,7 +181,7 @@
|
|||
</ul>
|
||||
<div class="x_tab-content">
|
||||
<div class="x_tab-pane x_active" id="add_linkUrl">
|
||||
<input type="url" class="_linkUrl" required title="{$lang->url_link}" />
|
||||
<input type="url" class="_linkUrl" required="required" title="{$lang->url_link}" placeholder="http://" />
|
||||
</div>
|
||||
<div class="x_tab-pane" id="add_linkMenu">
|
||||
<input type="text" class="_linkMenuTitle" title="{$lang->menu_link}" disabled placeholder="{$lang->about_menu_link}" />
|
||||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue