mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Added input history
This commit is contained in:
parent
56956ec85a
commit
b5caaf44a9
2 changed files with 3 additions and 1 deletions
|
@ -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 a new issue