diff --git a/module/tree/view/edit.html.php b/module/tree/view/edit.html.php
index a73ca853ed..1b45b20748 100644
--- a/module/tree/view/edit.html.php
+++ b/module/tree/view/edit.html.php
@@ -119,7 +119,6 @@ $(function()
{
$('#root').change(function()
{
- if($(this).val() == currentRoot) return true;
var confirmRoot = tree->confirmRoot4Doc : $lang->tree->confirmRoot);?>;
if(!confirm(confirmRoot))
{