summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/browser_resources.grd2
-rw-r--r--chrome/browser/resources/filebrowse.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index e53f4d9..392890d 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This comment is only here because changes to resources are not picked up
-without changes to the corresponding grd file. weeetsa -->
+without changes to the corresponding grd file. we -->
<grit latest_public_release="0" current_release="1">
<outputs>
<output filename="grit/browser_resources.h" type="rc_header">
diff --git a/chrome/browser/resources/filebrowse.html b/chrome/browser/resources/filebrowse.html
index 3155dbf..a551803 100644
--- a/chrome/browser/resources/filebrowse.html
+++ b/chrome/browser/resources/filebrowse.html
@@ -1000,6 +1000,7 @@ function downloadUpdated(results) {
no.onclick = partial(cancelDownload, results[x].id);
no.textContent = localStrings.getString('confirmcancel');
no.className = 'link';
+ pauseDiv.onclick = undefined;
pauseDiv.appendChild(yes);
pauseDiv.appendChild(no);
progressDiv.textContent = '';