From f9c717b08ed4dcb896ec5a696b552e9aa49bdcf6 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 20 Nov 2008 05:51:47 +0000 Subject: [PATCH] "REPOSITORY/MDL-13766, when click cancel button, go back to file listing" --- repository/javascript.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repository/javascript.php b/repository/javascript.php index 95ce2190ee..23785f1d29 100644 --- a/repository/javascript.php +++ b/repository/javascript.php @@ -364,9 +364,8 @@ _client.rename = function(oldname, url, icon, repo_id) { html += '

'; */ html += '

'; - html += '$strback '; html += ''; - html += '

'; + html += '

'; html += ''; panel.get('element').innerHTML += html; var tree = document.getElementById('treediv-$suffix'); -- 2.39.5