X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=public%2Findex.js;h=62ccba63c8ffd9eac673bc40e8dbdd69a2c49079;hb=1a5b9091eb508456beff1dc09e2af3301f880c47;hp=35587b7a2b459c848d84fa063a8e93d29dcfd44f;hpb=eab2dc741781a876a307490d70a7952f9315da0c;p=mdref%2Fmdref diff --git a/public/index.js b/public/index.js index 35587b7..62ccba6 100644 --- a/public/index.js +++ b/public/index.js @@ -175,12 +175,12 @@ $(function() { $(window).scrollTop($(c).offset().top - 100); scrolled = true; } - blink(c); + mdref.blink(c); } } : function(i, c) { if (c.textContent === hash) { $(window).scrollTop($(c).offset().top - 100); - blink(c); + mdref.blink(c); return false; } });