Show add contact form on opening contacts page
This commit is contained in:
parent
19d4e6e1d5
commit
88aa40e6ac
2 changed files with 1 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
|||
$(document).ready(function(){
|
||||
/*-------------------------------------------------------------------------
|
||||
* Actions for startup
|
||||
*-----------------------------------------------------------------------*/
|
||||
if( $('#leftcontent li').length > 0 ){
|
||||
$('#leftcontent li').first().addClass('active');
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Event handlers
|
||||
*-----------------------------------------------------------------------*/
|
||||
|
|
|
@ -14,5 +14,5 @@ OC_Util::addStyle('contacts','styles');
|
|||
</ul>
|
||||
</div>
|
||||
<div id="rightcontent" class="rightcontent" data-id="<?php echo $_['id']; ?>">
|
||||
<?php echo $this->inc("part.details"); ?>
|
||||
<?php echo $this->inc("part.addcardform"); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue