Skip to content
Snippets Groups Projects
Commit ddf3e2e3 authored by Tom Giannattasio's avatar Tom Giannattasio
Browse files

removed unused edit policy function

parent 1e988c3f
No related branches found
No related tags found
No related merge requests found
......@@ -165,14 +165,6 @@ function addPolicyMetadata(e) {
newNode.find('.policy-list-name').focus();
}
function editPolicyMetadata(e) {
e.preventDefault();
var $policyElement = $(this).parents('.policy-list-element');
$policyElement.data('currentValues', [$policyElement.find('.policy-list-name').val(), $policyElement.find('.policy-list-value').val()]);
$policyElement.addClass('new-policy-list-element').addClass('editing');
}
function savePolicyMetadata(e) {
e.preventDefault();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment