Minor bug fixes from edge-configs merge

This commit is contained in:
Calen Pennington
2012-10-11 12:49:48 -04:00
parent 6801412557
commit d21c5761df
2 changed files with 3 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ function removePolicyMetadata(e) {
_parent_el.remove();
else
_parent_el.appendTo("#policy-to-delete");
}
function showEmbeddableXML(e) {
$ceiling = $(this).parents('tr');

View File

@@ -543,4 +543,6 @@ INSTALLED_APPS = (
# Discussion
'django_comment_client',
'django.contrib.admin',
)