From c6f2e0073a7f269b45a284c08e923056e721208c Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Fri, 1 Aug 2014 15:04:05 -0400 Subject: purge acisortable files to bare necessities --- templates/edit_structure.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/edit_structure.tpl') diff --git a/templates/edit_structure.tpl b/templates/edit_structure.tpl index 0c82e49..4c29aa1 100644 --- a/templates/edit_structure.tpl +++ b/templates/edit_structure.tpl @@ -6,8 +6,8 @@ {assign var=structureName value="Structure"} {/if} - - + + {$structureToc} @@ -135,7 +135,6 @@ var undoHash = []; function deleteStructureNode( pStructureId, pStructureText ) { if( confirm( "Are you sure you want to delete the following item, and all of its children? This cannot be undone."+"\n\nDELETE: "+pStructureText) ) { - console.log( "deleted" ); var eleId = '#structure-node-'+pStructureId; $(eleId).detach(); // One day undoHash could be popped for undo -- cgit v1.3