Skip to content
Snippets Groups Projects
Select Git revision
  • 399597949a749d6ecf90f907a29d720029364f64
  • main default protected
  • threads
3 results

findfails.py

Blame
    • rick.mollard's avatar
      39959794
      new file: CampusSelector.py · 39959794
      rick.mollard authored
      	new file:   ConfigChecker.py
      	new file:   SwitchCommands.py
      	new file:   __pycache__/CampusSelector.cpython-310.pyc
      	new file:   __pycache__/ConfigChecker.cpython-310.pyc
      	new file:   __pycache__/FindLinkTransitions.cpython-310.pyc
      	new file:   __pycache__/PortFlipper.cpython-310.pyc
      	new file:   __pycache__/SwitchCommands.cpython-310.pyc
      	modified:   findfails.py
      	new file:   greaterNebraska.txt
      	modified:   highTransitions.py
      	new file:   highTransitions.txt
      	new file:   main.py
      	modified:   unkSwitches-cx.txt
      	new file:   unlCitySwitches-cx.txt
      	new file:   unoSwitches-cx.txt
      39959794
      History
      new file: CampusSelector.py
      rick.mollard authored
      	new file:   ConfigChecker.py
      	new file:   SwitchCommands.py
      	new file:   __pycache__/CampusSelector.cpython-310.pyc
      	new file:   __pycache__/ConfigChecker.cpython-310.pyc
      	new file:   __pycache__/FindLinkTransitions.cpython-310.pyc
      	new file:   __pycache__/PortFlipper.cpython-310.pyc
      	new file:   __pycache__/SwitchCommands.cpython-310.pyc
      	modified:   findfails.py
      	new file:   greaterNebraska.txt
      	modified:   highTransitions.py
      	new file:   highTransitions.txt
      	new file:   main.py
      	modified:   unkSwitches-cx.txt
      	new file:   unlCitySwitches-cx.txt
      	new file:   unoSwitches-cx.txt
    default.js 372 B
    (function() {
    
    	WDN.jQuery(function() {
    		WDN.jQuery('td[colspan]').parent().hide()
    		WDN.jQuery('.zentable tbody tr').click(function(event) {
    			if (event.target.nodeName != 'TD' && event.target.nodName != 'TR') {
    				return;
    			}
    			WDN.jQuery(this).next().toggle('slow');
    		});
    		WDN.jQuery('.zentable').tablesorter({
    	        widgets: ['zebra'],
    	    });
    	});
    	
    })();