Skip to content

Commit

Permalink
working fix for confirmation message when deleting an LO or a folder
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@388 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Jul 18, 2012
1 parent c8a86cd commit 9d1ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/scripts/template_management.js
Expand Up @@ -1000,7 +1000,7 @@ function remove_this(){

name_string = data_string.split(">");

if(name_string.length==3){
if(name_string.length==4){

var response = confirm(name_string[2].split("<").shift() + "\n\n" + DELETE_PROMPT);

Expand Down

0 comments on commit 9d1ebf2

Please sign in to comment.