Added input history
This commit is contained in:
parent
56956ec85a
commit
b5caaf44a9
|
@ -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
|
Loading…
Reference in New Issue