diff --git a/docs/assets/js/links.js b/docs/assets/js/links.js index 1d1dff4e..6e8a66d9 100644 --- a/docs/assets/js/links.js +++ b/docs/assets/js/links.js @@ -1,5 +1 @@ -(function ($) -{ - $("a[href='/sunrize/x_ite/']") .attr ("href", "/x_ite/"); -}) -(jQuery); +$("a[href='/sunrize/x_ite/']") .attr ("href", "/x_ite/");