improved git file changes

This commit is contained in:
Usman Nasir
2020-03-13 20:41:50 +05:00
parent 0e31305dae
commit 59683599f4
9 changed files with 33 additions and 66 deletions

View File

@@ -6620,7 +6620,7 @@ app.controller('manageGIT', function ($scope, $http, $timeout, $window) {
type: 'success'
});
$scope.fileStatus = false;
$scope.fileChangedContent = response.data.fileChangedContent;
document.getElementById("fileChangedContent").innerHTML = response.data.fileChangedContent;
} else {
new PNotify({
title: 'Operation Failed!',