qos-detailed.asp issue on sorting

Issue #43 closed
Adrian Chandra created an issue

Hi kille72,

on qos-detailed.asp when i click on the table title or cell it always open qos-graphs.asp so i cannot sort the table.

I look at the html, on the element with id="stitle" there is an onclick that redirect to qos-graphs.asp.

i tried removing it with greasemonkey and it works as normal

the greasemonkey script:

var stitle = document.getElementById("stitle"); stitle.onclick = null;