Showing
1 changed file
with
0 additions
and
2 deletions
@@ -207,7 +207,6 @@ function editorIconEvent(title,id){ | @@ -207,7 +207,6 @@ function editorIconEvent(title,id){ | ||
207 | callback:function(){ | 207 | callback:function(){ |
208 | if(editorCheck(id)){ | 208 | if(editorCheck(id)){ |
209 | if(curDialogId != "editor-brand-app"){ | 209 | if(curDialogId != "editor-brand-app"){ |
210 | - console.log(g.__rows); | ||
211 | freshJson(id, g.__rows, 1); | 210 | freshJson(id, g.__rows, 1); |
212 | } | 211 | } |
213 | showMain(); | 212 | showMain(); |
@@ -1206,7 +1205,6 @@ function checkUrlInput(){ | @@ -1206,7 +1205,6 @@ function checkUrlInput(){ | ||
1206 | for(var i=0; i<urlList.length; i++){ | 1205 | for(var i=0; i<urlList.length; i++){ |
1207 | var reg = new RegExp(".+\.yohobuy\.com.*","g"); | 1206 | var reg = new RegExp(".+\.yohobuy\.com.*","g"); |
1208 | if(urlList.eq(i).val() != ""){ | 1207 | if(urlList.eq(i).val() != ""){ |
1209 | - console.log(urlList.eq(i).val()); | ||
1210 | if(!reg.test(urlList.eq(i).val())){ | 1208 | if(!reg.test(urlList.eq(i).val())){ |
1211 | urlList.eq(i).focus().select().addClass("error"); | 1209 | urlList.eq(i).focus().select().addClass("error"); |
1212 | common.util.__tip("Url一级域名错误!必须是.yohobuy.com"); | 1210 | common.util.__tip("Url一级域名错误!必须是.yohobuy.com"); |
-
Please register or login to post a comment