Reset Script module when it is saved

This commit is contained in:
danielyxie
2018-05-13 03:08:18 -05:00
parent abb5b9895f
commit 9a9096bc70
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -345,6 +345,8 @@ Script.prototype.saveScript = function() {
//Calculate/update ram usage, execution time, etc.
this.updateRamUsage();
this.module = "";
}
}