mirror of
https://github.com/jech/galene.git
synced 2024-12-22 07:15:47 +01:00
Replace var with let.
This commit is contained in:
parent
39c063a9d5
commit
a38676c9f6
1 changed files with 2 additions and 2 deletions
|
@ -4054,8 +4054,8 @@ document.getElementById('resizer').addEventListener('mousedown', chatResizer, fa
|
|||
function displayError(message, level) {
|
||||
if(!level)
|
||||
level = "error";
|
||||
var position = 'center';
|
||||
var gravity = 'top';
|
||||
let position = 'center';
|
||||
let gravity = 'top';
|
||||
|
||||
switch(level) {
|
||||
case "info":
|
||||
|
|
Loading…
Reference in a new issue