Commit e35c5a4f authored by thierrytiti's avatar thierrytiti

Indentation

parent be102de0
...@@ -228,8 +228,8 @@ ...@@ -228,8 +228,8 @@
allow_logout: true, allow_logout: true,
allow_muc: true, allow_muc: true,
allow_otr: true, allow_otr: true,
auto_away: 0, //in seconds auto_away: 0, //in seconds
auto_xa: 0, //in seconds auto_xa: 0, //in seconds
allow_registration: true, allow_registration: true,
animate: true, animate: true,
auto_list_rooms: false, auto_list_rooms: false,
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
// Module-level functions // Module-level functions
// ---------------------- // ----------------------
this.autoAwayReset=function(){ this.autoAwayReset=function(){
if (converse._idleCounter > 0) { if (converse._idleCounter > 0) {
converse._idleCounter = 0; converse._idleCounter = 0;
if (converse._autoAway>0) { if (converse._autoAway>0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment