Skip to content

Commit

Permalink
Release 0.3.1 hotfix - remove of removing old messages
Browse files Browse the repository at this point in the history
Release 0.3.1 hotfix - remove of removing old messages
  • Loading branch information
DeForce committed Oct 31, 2016
1 parent 3234895 commit 599f49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/czt/js/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function showMessage(message) {

}
document.getElementById('ChatContainer').appendChild(elements.message);
updateMessages();
// updateMessages();
}

function runCommand(message) {
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from modules.helper.parser import self_heal
from modules.helper.system import load_translations_keys

VERSION = '0.3.0'
VERSION = '0.3.1'
SEM_VERSION = semantic_version.Version(VERSION)
if hasattr(sys, 'frozen'):
PYTHON_FOLDER = os.path.dirname(sys.executable)
Expand Down

0 comments on commit 599f49d

Please sign in to comment.