Finish task #43877.
This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user