Remove useless online/offline class from main Sone <div>.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 8 May 2011 14:53:15 +0000 (16:53 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 8 May 2011 14:53:15 +0000 (16:53 +0200)
src/main/resources/templates/include/head.html

index d76a63f..fe47401 100644 (file)
@@ -1,4 +1,4 @@
-<div id="sone" class="<%ifnull ! currentSone>online<%else>offline<%/if>">
+<div id="sone">
 
        <div id="formPassword"><% formPassword|html></div>
        <div id="currentSoneId" class="hidden"><% currentSone.id|html></div>