Index: lams_central/web/includes/javascript/pedagogicalPlanner.js =================================================================== diff -u -r07865c855b32c77613ed72dd81cd499033dca4dd -r7b17debf33a07e7f114b0d524d34da0f483ede0a --- lams_central/web/includes/javascript/pedagogicalPlanner.js (.../pedagogicalPlanner.js) (revision 07865c855b32c77613ed72dd81cd499033dca4dd) +++ lams_central/web/includes/javascript/pedagogicalPlanner.js (.../pedagogicalPlanner.js) (revision 7b17debf33a07e7f114b0d524d34da0f483ede0a) @@ -290,19 +290,6 @@ document.getElementById("fileArea").style.display = document.getElementById("hasSubnodesType").checked ? "none" : "block"; } - function filterNodes(url,doFilter){ - if (doFilter){ - url += "&filterText="+document.getElementById("filterText").value; - } - document.location.href=url; - } - - function filterNodesOnEnter(url){ - if (window.event && window.event.keyCode == 13){ - filterNodes(url,true); - } - } - function collapseActivity(id, action){ $('.collapsible'+id).hide(); $('#activity'+id).hide('slow', function () {