pull/227/head
Fabian Jakobs 2015-12-09 14:43:19 +00:00
rodzic 5995369499
commit 75280392a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -45,7 +45,7 @@ define(function(require, exports, module) {
"Cloud9 will be reloaded in order to activate the changes.", "Cloud9 will be reloaded in order to activate the changes.",
function() { function() {
setTimeout(function() { setTimeout(function() {
window.location.reload() window.location.reload();
}, 500); }, 500);
} }
); );