We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507b919 commit 827539aCopy full SHA for 827539a
nbgitpuller/static/js/index.js
@@ -95,7 +95,7 @@ GitSyncView.prototype.setTerminalVisibility = function(visible) {
95
96
GitSyncView.prototype.setProgressValue = function(val) {
97
this.progress.setAttribute('aria-valuenow', val);
98
- $(this.progress).css('width', val + '%');
+ this.progress.style.width = val + '%';
99
};
100
101
GitSyncView.prototype.getProgressValue = function() {
0 commit comments