diff --git a/static/js/wide.js b/static/js/wide.js index e21faec..135a8f2 100644 --- a/static/js/wide.js +++ b/static/js/wide.js @@ -584,6 +584,8 @@ var wide = { }); }, goget: function () { + wide.saveAllFiles(); + var currentPath = editors.getCurrentPath(); if (!currentPath) { return false;