mirror of https://github.com/calzoneman/sync.git
Fix a typo
This commit is contained in:
parent
0a0b125c8b
commit
35b2920c52
|
@ -2854,7 +2854,7 @@ function googlePlusSimulator2014(data) {
|
|||
|
||||
function EmoteList() {
|
||||
this.modal = $("#emotelist");
|
||||
this.modal.on("hiddn.bs.modal", unhidePlayer);
|
||||
this.modal.on("hidden.bs.modal", unhidePlayer);
|
||||
this.table = document.querySelector("#emotelist table");
|
||||
this.cols = 5;
|
||||
this.itemsPerPage = 25;
|
||||
|
|
Loading…
Reference in New Issue