Refactoring purchase of additional servers UI code, minor rebalancing for hacknet nodes

This commit is contained in:
Daniel Xie
2017-05-16 10:55:05 -05:00
parent b8ccddf256
commit f63cd21bfc
4 changed files with 16 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ function scriptEditorInit() {
return false;
});
//Allow tabs (four spaces) in all textareas)
var textareas = document.getElementsByTagName('textarea');
var count = textareas.length;
for(var i=0;i<count;i++){