mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
var showMultipleFilesSelection = function(files)
|
||||
{
|
||||
|
||||
$("title").innerHTML = "Multiple selection";
|
||||
setTitle("Multiple selection");
|
||||
|
||||
var div = $("diff");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user