Added input history

This commit is contained in:
Mattias Erming 2014-04-14 02:47:59 +02:00
parent 56956ec85a
commit b5caaf44a9
2 changed files with 3 additions and 1 deletions

View file

@ -74,6 +74,7 @@ $(function() {
chat.find(".window") chat.find(".window")
.find("input") .find("input")
.tabComplete({after: " ", list: commands}) .tabComplete({after: " ", list: commands})
.inputHistory({submit: true})
.end() .end()
.first() .first()
.bringToTop() .bringToTop()
@ -101,6 +102,7 @@ $(function() {
.last() .last()
.find("input") .find("input")
.tabComplete({after: " ", list: commands}) .tabComplete({after: " ", list: commands})
.inputHistory({submit: true})
.end() .end()
.bringToTop() .bringToTop()
.find(".messages") .find(".messages")

@ -1 +1 @@
Subproject commit 574732d84a70abce4dc6e93a88cbe167129fb84f Subproject commit bd8652a6b82fa109e4a02f63e95e5860f93a4db6