diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/new_tab.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html index d8f5fb5..b76b43d 100644 --- a/chrome/browser/resources/new_tab.html +++ b/chrome/browser/resources/new_tab.html @@ -743,6 +743,7 @@ function renderRecentlyClosedTabs(entries) { src:'url("chrome-ui://favicon/' + tab.url + '")', width:16, height:16}); + tabImg.onmousedown = function() { return false; } linkSpan.appendChild(tabImg); } linkSpan.appendChild(document.createTextNode(")")); |