kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

[Issue #160] Diff panel now displays file changes #164

Closed alexblinder closed 6 years ago

alexblinder commented 6 years ago

Fixed the issue with a function trying to access variables that are out of scope by adding parameters and invoking it using an anonymous function.

Fixed the checkbox onclick logic to not execute the showHideDiffPanel function (is called due to the click on a checkbox propagating to it's parent element and executing that onclick.

@softeng-701 Closes #160