public
Description: A SSB OSX application, which at some point will be able to create a new application which wraps a specific web application, (Think Campfire, Twitter etc) and allows the user to use Ruby to create event handlers to be able support things like Growl or whatever you would like.
Clone URL: git://github.com/alloy/webapp-app.git
Campfire: Hide the Lobby link in the main tab bar.
alloy (author)
Sun Apr 06 08:19:27 -0700 2008
commit  9c74d6453e38e62c18c77c75dbab650285563056
tree    ff53ab79ec973e9b38b67c17f6a595859c78d725
parent  2077eabc0529e88a54f947653f7cbc3246f3c0bf
...
4
5
6
 
 
 
 
 
7
8
9
...
4
5
6
7
8
9
10
11
12
13
14
0
@@ -4,6 +4,11 @@ module Campfire
0
   class All < WebApp::EventHandler
0
     # Hide the room tabs at the top of the page
0
     css %{
0
+ #MainTabs li:first-child a
0
+ {
0
+ display: none;
0
+ }
0
+
0
       #MainTabs a.chat
0
       {
0
         display: none;

Comments

    No one has commented yet.