diff --git a/lib/ice-coder.js b/lib/ice-coder.js index 4a93619..d92f196 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -161,6 +161,7 @@ var ICEcoder = { // If we have git diff data if (data.gitDiff) { top.ICEcoder.updateGitDiffPane(); + } // If we have git content data if (data.gitContent) { top.ICEcoder.highlightGitDiffs();