Merge pull request +10256 from c9/fix/test

Fixes several test issues
pull/223/head
Ruben Daniels 2015-11-04 15:08:24 -08:00
commit c1140d0b16
2 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -71,7 +71,7 @@
"c9.ide.find": "#35379124ca",
"c9.ide.find.infiles": "#c132ad243c",
"c9.ide.find.replace": "#44772dd796",
"c9.ide.run.debug": "#a6bc1f422f",
"c9.ide.run.debug": "#1415524d85",
"c9.automate": "#47e2c429c9",
"c9.ide.ace.emmet": "#6dc4585e02",
"c9.ide.ace.gotoline": "#a8ff07c8f4",
@ -102,14 +102,14 @@
"c9.ide.recentfiles": "#7c099abf40",
"c9.ide.remote": "#301d2ab519",
"c9.ide.processlist": "#2b12cd1bdd",
"c9.ide.run": "#4d73c19553",
"c9.ide.run": "#f9b7d60b96",
"c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#61dcbd0180",
"c9.ide.save": "#4a4a60a004",
"c9.ide.scm": "#aabd0d181e",
"c9.ide.scm": "#7b0c0714b4",
"c9.ide.terminal.monitor": "#b76f1c9f24",
"c9.ide.test": "#26cd260224",
"c9.ide.test.mocha": "#f6cc482886",
"c9.ide.test": "#ebc037901c",
"c9.ide.test.mocha": "#586fb0cdc2",
"c9.ide.theme.flat": "#2de8414db7",
"c9.ide.threewaymerge": "#229382aa0b",
"c9.ide.undo": "#b028bcb4d5",

Wyświetl plik

@ -1205,6 +1205,8 @@ apf.BaseTab = function(){
node.$button.style.zIndex = 0;
}
if (!(node.relPage || node).$ext) return onfinish();
if (pages.length == 1)
(node.relPage || node).$ext.style.display = "none";