Changeset 4670

Show
Ignore:
Timestamp:
08/03/07 23:15:08 (6 years ago)
Author:
gregmac
Message:

Remove color animation (not really used anymore, and also removes dependancy for jquery.interface)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/dashboard/page.index.php

    r4569 r4670  
    520520  function changeSyslog(showall) { 
    521521    $('#syslog_button').text('<?php echo _('loading...'); ?>'); 
    522     $('#syslog ul').animate({color:'#ccc'}, 'fast'); 
    523522    $('#syslog').load("<?php echo $_SERVER["PHP_SELF"]; ?>?type=tool&display=<?php echo $module_page; ?>&quietmode=1&info=syslog&showall="+showall,{}, function() { 
    524523      makeSyslogClickable();