ClearFoundation Tracker - ClearOS
View Issue Details
0001416ClearOSapp-firewall-custom - Custom Firewallpublic2013-10-31 08:282013-12-03 09:17
bchambers 
bchambers 
normalminoralways
closedopen 
6.5.0 Beta 2 
6.5.0 Beta 2 
0001416: Upgrade to Jquery 1.10 broke some javascript used on this page

Somewhere in this bit of code:

$('#summary_rule_table a').each (function() {
    if ($(this + ':first-child').selector.match('.*priority.*')) {
      ($(this).parent().parent()).css('white-space', 'nowrap');
      $(this).css('width', '8px');
    }
});
No tags attached.
Issue History
2013-10-31 08:28bchambersNew Issue
2013-10-31 08:28bchambersStatusnew => assigned
2013-10-31 08:28bchambersAssigned To => bchambers
2013-12-03 09:17user2Statusassigned => closed

There are no notes attached to this issue.