summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <cfowler2@wcpss.net>2014-08-01 15:04:05 -0400
committerChristian Fowler <cfowler2@wcpss.net>2014-08-01 15:04:05 -0400
commitc6f2e0073a7f269b45a284c08e923056e721208c (patch)
tree5e9018eb102b37e050f2095cfa8332341644e8bd
parentedda90ace58fc4eca8a04fb5f11073ad7c8af6c5 (diff)
downloadliberty-c6f2e0073a7f269b45a284c08e923056e721208c.tar.gz
liberty-c6f2e0073a7f269b45a284c08e923056e721208c.tar.bz2
liberty-c6f2e0073a7f269b45a284c08e923056e721208c.zip
purge acisortable files to bare necessities
-rw-r--r--templates/edit_structure.tpl5
1 files changed, 2 insertions, 3 deletions
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}
-<script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/jquery-acisortable/js/jquery.aciPlugin.min.js"></script>
-<script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/jquery-acisortable/js/jquery.aciSortable.js"></script>
+<script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/jquery-acisortable/jquery.aciPlugin.min.js"></script>
+<script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/jquery-acisortable/jquery.aciSortable.js"></script>
{$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