Commit 69b87573 by Masaru Abe

文言調整

parent 5674845d
...@@ -206,7 +206,6 @@ $(document).ready(function () { ...@@ -206,7 +206,6 @@ $(document).ready(function () {
if( ClientData.serviceOpt_hibiyakadan_catalog() == 'Y'){ if( ClientData.serviceOpt_hibiyakadan_catalog() == 'Y'){
$('#dspHibiya').show(); $('#dspHibiya').show();
//日比谷テスト
jQuery( '#dlgAddMemberGroup' ).dialog( { jQuery( '#dlgAddMemberGroup' ).dialog( {
autoOpen: false, autoOpen: false,
modal: true, modal: true,
...@@ -236,14 +235,6 @@ $(document).ready(function () { ...@@ -236,14 +235,6 @@ $(document).ready(function () {
// $('.tab_bg_color').css({ "overflow-x": "scroll" }); // $('.tab_bg_color').css({ "overflow-x": "scroll" });
//} //}
//日比谷テスト
//$( '#dlgAddMemberGroup' ).dialog( {
// autoOpen: false,
// modal: true,
//});
//$('#dspHibiya').click(dspHibiyaClickFunction);
//$('#btnAddMemberGroupSearch').click(btnAddMemberGroupSearchClickFunction);
}); });
//日比谷カスタム ここから //日比谷カスタム ここから
...@@ -259,7 +250,7 @@ function btnAddMemberGroupSearchClickFunction(){ ...@@ -259,7 +250,7 @@ function btnAddMemberGroupSearchClickFunction(){
var groupIds = getAddMemberGroupId(addGroupName); var groupIds = getAddMemberGroupId(addGroupName);
if( groupIds == "" ){ if( groupIds == "" ){
alert("公開コードの判定に失敗しました。"); alert("コードが不正です");
return; return;
} }
......
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