Skip to content

Commit

Permalink
forgot a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
blak3r committed Jun 10, 2013
1 parent 15be4c5 commit 9905994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -289,7 +289,7 @@ var YAAI = {
$(dropdownDiv).mouseenter(function() { clearTimeout($(dropdownDiv).data('timeoutId1')); clearTimeout($(dropdownDiv).data('timeoutId2')); YAAI.log("clearing timeouts... div"); } );

function hideDropDown() {
console.log("firing hideDropDown");
YAAI.log("firing hideDropDown");
$(dropdownDiv).slideUp("fast");
}
// Here we show them all...
Expand Down
4 changes: 2 additions & 2 deletions manifest.php
Expand Up @@ -74,9 +74,9 @@
'icon' => '',
'is_uninstallable' => true,
'name' => 'Asterisk SugarCRM Connector',
'published_date' => '2013-Mar-06 01:03',
'published_date' => '2013-Jun-09 23:06',
'type' => 'module',
'version' => '3.3.2',
'version' => '3.4.1',
'remove_tables' => 'true', /** This does absolutely nothing since our asterisk log table is created manually instead of as a bean **/
);

Expand Down

0 comments on commit 9905994

Please sign in to comment.