return x again

This commit is contained in:
Shish 2012-03-10 14:11:14 +00:00
parent 96cfda4a93
commit 0bd01e56e2

View File

@ -62,11 +62,7 @@ class AdminPageTheme extends Themelet {
$html = "
<script type='text/javascript'>
function checkform(){
if(confirm('Are you sure you wish to delete all images using these tags?')){
return true;
}else{
return false;
}
return confirm('Are you sure you wish to delete all images using these tags?');
}
</script>"