Merge remote-tracking branch 'refs/remotes/origin/master'
[mdref/mdref] / public / index.js
index 35587b7a2b459c848d84fa063a8e93d29dcfd44f..62ccba63c8ffd9eac673bc40e8dbdd69a2c49079 100644 (file)
@@ -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;
                                        }
                                });