]> cgit.babelmonkeys.de Git - socialXMPP.git/commitdiff
Only show connect when we are disconnected
authorFlorian Zeitz <florob@babelmonkeys.de>
Sat, 20 Jun 2009 21:19:37 +0000 (23:19 +0200)
committerFlorian Zeitz <florob@babelmonkeys.de>
Sat, 20 Jun 2009 21:19:37 +0000 (23:19 +0200)
scripts/basic.js

index 23a5faa8457b27b266252d4ec54a462109769e5e..128ba202041f0c9fb8f76ef9d2f23230226173f3 100644 (file)
@@ -374,7 +374,6 @@ $(document).ready(function () {
                               onConnect);
        } else {
            connection.disconnect();
-           showConnect();
        }
        return false;
     });