From 2c29f5bda27e1c9a2c5a08addbf9d193add6cf27 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Sun, 25 Jan 2009 15:01:22 +0000 Subject: [PATCH] WebCommit: Fix displaying of files after multiselect This was borked when adding the context sizing, because the multiselect still changed the whole title rather than only the text span part. --- html/views/commit/multipleSelection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/views/commit/multipleSelection.js b/html/views/commit/multipleSelection.js index 9a2d9f3..6d7dd18 100644 --- a/html/views/commit/multipleSelection.js +++ b/html/views/commit/multipleSelection.js @@ -1,7 +1,7 @@ var showMultipleFilesSelection = function(files) { - $("title").innerHTML = "Multiple selection"; + setTitle("Multiple selection"); var div = $("diff");