return x again
This commit is contained in:
parent
96cfda4a93
commit
0bd01e56e2
@ -62,11 +62,7 @@ class AdminPageTheme extends Themelet {
|
|||||||
$html = "
|
$html = "
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
function checkform(){
|
function checkform(){
|
||||||
if(confirm('Are you sure you wish to delete all images using these tags?')){
|
return confirm('Are you sure you wish to delete all images using these tags?');
|
||||||
return true;
|
|
||||||
}else{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>"
|
</script>"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user