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.
This commit is contained in:
Pieter de Bie
2009-01-25 15:01:22 +00:00
parent 8fde62f1b0
commit 2c29f5bda2
+1 -1
View File
@@ -1,7 +1,7 @@
var showMultipleFilesSelection = function(files)
{
$("title").innerHTML = "Multiple selection";
setTitle("Multiple selection");
var div = $("diff");