Select Git revision
findfails.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
rick.mollard authorednew 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'],
});
});
})();