From 35b2920c52603a27116f01dd94ccf79e0ccb133c Mon Sep 17 00:00:00 2001 From: Anthony Parsons Date: Thu, 21 May 2015 17:48:00 +0100 Subject: [PATCH] Fix a typo --- www/js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/util.js b/www/js/util.js index 033d7af0..761c4552 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -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;