[yast-commit] <web-client> master : Fixed typo in class name

ref: refs/heads/master commit 2260d603401ab62a3837ce203cfe52cce0460b58 Author: Robert Lihm <rlihm@lihmedia.org> Date: Fri Jul 31 12:11:34 2009 +0200 Fixed typo in class name --- webclient/app/views/hosts/index.html.erb | 2 +- webclient/public/javascripts/script.js | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/webclient/app/views/hosts/index.html.erb b/webclient/app/views/hosts/index.html.erb index 70f861e..0ff67c6 100644 --- a/webclient/app/views/hosts/index.html.erb +++ b/webclient/app/views/hosts/index.html.erb @@ -4,7 +4,7 @@ <div class="dialoge-sub-wrapper"> <h2>Please choose a service:</h2> - <ul class="list-2level-inline alternate-row"> + <ul class="list-2level-inline alternate-rows"> <% for host in @hosts %> <li> <ul> diff --git a/webclient/public/javascripts/script.js b/webclient/public/javascripts/script.js index ac8628b..cbc241e 100644 --- a/webclient/public/javascripts/script.js +++ b/webclient/public/javascripts/script.js @@ -8,7 +8,6 @@ $(document).ready(function() { }); // Alternating Lines in "Tables" - // $('.striped-rows > li:even').addClass('alt-bg'); $('.alternate-rows > li:even').addClass('alt-bg'); }); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Robert Lihm