chg: remove obsolete code

pull/1238/head
Andreas Ziegler 2016-06-07 01:20:44 +02:00
parent 37716cb6a9
commit 525c4896d0
2 changed files with 0 additions and 5 deletions

View File

@ -193,8 +193,6 @@ $(document).ready(function() {
placement: 'right',
container: 'body',
}).popover('show');
// $('#'+e.currentTarget.id).on('mouseleave', $('#'+e.currentTarget.id).popover('destroy');
//$('#'+e.currentTarget.id).on('mouseout', $('#'+e.currentTarget.id).popover('destroy'));
});

View File

@ -80,7 +80,6 @@
'class'=>'btn btn-primary',
'url' => '/attributes/add/' . $event['Event']['id']
));
//echo $this->Form->button('Submit', array('class' => 'btn btn-primary'));
?>
</td>
<td style="width:540px;">
@ -171,8 +170,6 @@
placement: 'right',
container: 'body',
}).popover('show');
// $('#'+e.currentTarget.id).on('mouseleave', $('#'+e.currentTarget.id).popover('destroy');
//$('#'+e.currentTarget.id).on('mouseout', $('#'+e.currentTarget.id).popover('destroy'));
});