Skip to content
Snippets Groups Projects
Commit 60560659 authored by Astor Bizard's avatar Astor Bizard :dog2:
Browse files

Removed gutter decoration for required files modifications because of diff...

Removed gutter decoration for required files modifications because of diff complexity on large files
parent 36a63cda
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -348,8 +348,10 @@ define(['jquery', ...@@ -348,8 +348,10 @@ define(['jquery',
}; };
this.check_difference = function() { this.check_difference = function() {
/*
var URL; var URL;
if (typeof VPLUtil.get_absolute_path() !== "undefined") { if (typeof VPLUtil.get_absolute_path() !== "undefined") {
URL = VPLUtil.get_absolute_path() + "/similarity/diff_check_requested_files.php"; URL = VPLUtil.get_absolute_path() + "/similarity/diff_check_requested_files.php";
} else { } else {
...@@ -373,6 +375,7 @@ define(['jquery', ...@@ -373,6 +375,7 @@ define(['jquery',
} }
} }
}); });
*/
}; };
this.open = function() { this.open = function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment