diff --git a/html/force.js b/html/force.js index d549b85..23779fb 100644 --- a/html/force.js +++ b/html/force.js @@ -29,7 +29,7 @@ var w = window.innerWidth - offset.left, h = window.innerHeight - offset.top - 1 function next_style() { - var s = d3.select("head link[title]:not([disabled]) + link[title][disabled]") + var s = d3.select("head link[title]:not([disabled]) * link[title]") if (s[0][0] == null) s = d3.select("head link[title][disabled]") diff --git a/html/nodes.html b/html/nodes.html index cfd1051..e713366 100644 --- a/html/nodes.html +++ b/html/nodes.html @@ -5,7 +5,7 @@