From 47468e80073d2a878f0e5ea169a8645566af3882 Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 23 Sep 2011 15:24:56 +0100 Subject: [PATCH] Removed more revision number things --- js/front.js | 6 ++---- node/client/index.html.jade | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/js/front.js b/js/front.js index 3a5fc61..14e5909 100644 --- a/js/front.js +++ b/js/front.js @@ -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 = ''; diff --git a/node/client/index.html.jade b/node/client/index.html.jade index 49b597f..78c650b 100644 --- a/node/client/index.html.jade +++ b/node/client/index.html.jade @@ -162,7 +162,6 @@ html(lang="en-gb") |

An alternative to downloading an irc client. Kiwi IRC is the best web app you'll use for the next couple years.

| |

${about}

- |

Front: ${front_revision}
Gateway: ${gateway_revision}

script#tmpl_change_nick(type="text/x-jquery-tmpl") |
-- 2.25.1