This commit is contained in:
libccy 2017-04-14 12:17:21 +08:00
parent fdf24481b6
commit 646169221c
1 changed files with 4 additions and 4 deletions

View File

@ -828,10 +828,10 @@
var str; var str;
if(this.classList.contains('active')){ if(this.classList.contains('active')){
if(link.indexOf('custom_')==0||link.indexOf('cdv_')==0){ if(link.indexOf('custom_')==0||link.indexOf('cdv_')==0){
str='删除背景'; str='删除';
} }
else{ else{
str='隐藏背景'; str='隐藏';
} }
} }
else{ else{
@ -880,7 +880,7 @@
onclick:function(background,node){ onclick:function(background,node){
if(node&&node.firstChild){ if(node&&node.firstChild){
var menu=node.parentNode; var menu=node.parentNode;
if(node.firstChild.innerHTML==get.verticalStr('隐藏背景')){ if(node.firstChild.innerHTML==get.verticalStr('隐藏')){
menu.parentNode.noclose=true; menu.parentNode.noclose=true;
node.remove(); node.remove();
menu.updateBr(); menu.updateBr();
@ -900,7 +900,7 @@
return; return;
} }
} }
else if(node.firstChild.innerHTML==get.verticalStr('删除背景')){ else if(node.firstChild.innerHTML==get.verticalStr('删除')){
menu.parentNode.noclose=true; menu.parentNode.noclose=true;
if(confirm('是否删除此背景?(此操作不可撤销)')){ if(confirm('是否删除此背景?(此操作不可撤销)')){
node.remove(); node.remove();