Removed more revision number things
authorDarren <darren@darrenwhitlen.com>
Fri, 23 Sep 2011 14:24:56 +0000 (15:24 +0100)
committerDarren <darren@darrenwhitlen.com>
Fri, 23 Sep 2011 14:24:56 +0000 (15:24 +0100)
js/front.js
node/client/index.html.jade

index 3a5fc61e6cbf315d5fde538a2b9ffd9a86728824..14e5909396541a1003f348e8dd59dcf9e4cdc748 100644 (file)
@@ -60,9 +60,7 @@ kiwi.front = {
         }
         about_info += 'usage';
         $('#tmpl_about_box').tmpl({
-            about: about_info,
-            front_revision: kiwi.front.revision,
-            gateway_revision: kiwi.gateway.revision
+            about: about_info
         }).appendTo(kiwi.front.boxes.about.content);
 
         //$(window).bind("beforeunload", function(){ kiwi.gateway.quit(); });
@@ -541,7 +539,7 @@ kiwi.front = {
             err_box = $('.messages .msg.error.disconnect .text');
             if (typeof err_box[0] !== 'undefined') {
                 err_box.text('Reconnected OK :)');
-                err_box.removeClass('disconnect');
+                err_box.parent().removeClass('disconnect');
 
                 // Rejoin channels
                 channels = '';
index 49b597f35bd67ebb6ee9ec1ab607dda5dcf1b211..78c650b450aa40770db68bb9cd18401596e9d4f7 100644 (file)
@@ -162,7 +162,6 @@ html(lang="en-gb")
             |    <p>An alternative to downloading an irc client. Kiwi IRC is the best web app you'll use for the next couple years.</p>
             |    <button class="about_close">Close</button>
             |    <p class="info">${about}</p>
-            |    <p class="revisions">Front: ${front_revision}<br />Gateway: ${gateway_revision}</p>
         
         script#tmpl_change_nick(type="text/x-jquery-tmpl")
             |    <div class="newnick box">