Merge pull request +15043 from c9/ide-fix-save-save-save-or-dont

Fix "Save, save, save — or don't" and "Save none"
pull/378/head
Lennart C. L. Kats 2016-11-11 14:30:58 +01:00 zatwierdzone przez GitHub
commit 5b36a3a4f0
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -111,7 +111,7 @@
"c9.ide.run": "#3cd1f257ca",
"c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#054367574c",
"c9.ide.save": "#25a63f31e2",
"c9.ide.save": "#ed8b7a5622",
"c9.ide.scm": "#637a68cd04",
"c9.ide.terminal.monitor": "#5a6a54ce24",
"c9.ide.test": "#102942ae4e",

Wyświetl plik

@ -58,7 +58,7 @@ define(function(require, module, exports) {
});
plugin.update([
{ id: "cancel", visible: cancel, onclick: function(){ plugin.hide(); } },
{ id: "cancel", visible: cancel && !options.notoall, onclick: function() { plugin.hide(); } },
{ id: "dontask", visible: showDontAsk },
{ id: "yestoall", visible: all, onclick: function(){
gotYesNo = true;