| Index: ui/webui/resources/js/util.js
|
| diff --git a/ui/webui/resources/js/util.js b/ui/webui/resources/js/util.js
|
| index 10881b2500cc1edf87caed3e49e0e09139728709..03db2a29a678b72f7bc952f3302eec4a069c2d31 100644
|
| --- a/ui/webui/resources/js/util.js
|
| +++ b/ui/webui/resources/js/util.js
|
| @@ -227,6 +227,7 @@ function disableTextSelectAndDrag(opt_allowSelectStart, opt_allowDragStart) {
|
| }
|
|
|
| /**
|
| + * TODO(dbeam): DO NOT USE. THIS IS DEPRECATED. Use an action-link instead.
|
| * Call this to stop clicks on <a href="#"> links from scrolling to the top of
|
| * the page (and possibly showing a # in the link).
|
| */
|
|
|