remove buttom line of tabs

pull/3094/head
LianaHus 6 years ago
parent 3d0ba7a42d
commit 10ae199e5b
  1. 2
      src/app/files/file-explorer.js

@ -432,7 +432,7 @@ fileExplorer.prototype.packageFiles = function (filesProvider, callback) {
content = '// this line is added to create a gist. Empty file is not allowed.'
}
if (error) cb(error)
else {
else {gi
ret[path] = { content }
cb()
}

Loading…
Cancel
Save