Finish task #43877.

This commit is contained in:
zhouxin
2021-11-04 13:12:17 +08:00
parent 01e30c4dbd
commit c3558d6b75

View File

@@ -119,7 +119,6 @@ $(function()
{ {
$('#root').change(function() $('#root').change(function()
{ {
if($(this).val() == currentRoot) return true;
var confirmRoot = <?php echo json_encode($type == 'doc' ? $lang->tree->confirmRoot4Doc : $lang->tree->confirmRoot);?>; var confirmRoot = <?php echo json_encode($type == 'doc' ? $lang->tree->confirmRoot4Doc : $lang->tree->confirmRoot);?>;
if(!confirm(confirmRoot)) if(!confirm(confirmRoot))
{ {