Added input history
This commit is contained in:
parent
56956ec85a
commit
b5caaf44a9
|
@ -74,6 +74,7 @@ $(function() {
|
|||
chat.find(".window")
|
||||
.find("input")
|
||||
.tabComplete({after: " ", list: commands})
|
||||
.inputHistory({submit: true})
|
||||
.end()
|
||||
.first()
|
||||
.bringToTop()
|
||||
|
@ -101,6 +102,7 @@ $(function() {
|
|||
.last()
|
||||
.find("input")
|
||||
.tabComplete({after: " ", list: commands})
|
||||
.inputHistory({submit: true})
|
||||
.end()
|
||||
.bringToTop()
|
||||
.find(".messages")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 574732d84a70abce4dc6e93a88cbe167129fb84f
|
||||
Subproject commit bd8652a6b82fa109e4a02f63e95e5860f93a4db6
|
Loading…
Reference in New Issue