diff options
Diffstat (limited to 'apps/contacts/templates/index.php')
-rw-r--r-- | apps/contacts/templates/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php index 7ff139e31c5..4c2a19e8d96 100644 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -24,7 +24,6 @@ </div> </div> <div id="rightcontent" class="rightcontent" data-id="<?php echo $_['id']; ?>"> - <div id="appsettings" class="popup bottomleft hidden"></div> <?php if($_['has_contacts']) { echo $this->inc('part.contact'); |