[Slim-Checkins] r10619 - in /trunk/server/HTML/EN: html/common.js settings/networking.html

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Tue Nov 7 19:57:34 PST 2006


Author: kdf
Date: Tue Nov  7 19:57:34 2006
New Revision: 10619

URL: http://svn.slimdevices.com?rev=10619&view=rev
Log:
Bug: n/a
Description: remove a debug and fix common.js to detect  the new settings pages so that chooseSetting() works


Modified:
    trunk/server/HTML/EN/html/common.js
    trunk/server/HTML/EN/settings/networking.html

Modified: trunk/server/HTML/EN/html/common.js
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/html/common.js?rev=10619&r1=10618&r2=10619&view=diff
==============================================================================
--- trunk/server/HTML/EN/html/common.js (original)
+++ trunk/server/HTML/EN/html/common.js Tue Nov  7 19:57:34 2006
@@ -1,7 +1,7 @@
 <script language="JavaScript" type="text/javascript">
 <!-- Start Hiding the Script
 
-[% IF NOT path.match('setup') AND NOT path.match('debugging') %]
+[% IF NOT path.match('setup') AND NOT path.match('settings') %]
 
 var url = "[% statusroot %]";
 

Modified: trunk/server/HTML/EN/settings/networking.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/settings/networking.html?rev=10619&r1=10618&r2=10619&view=diff
==============================================================================
--- trunk/server/HTML/EN/settings/networking.html (original)
+++ trunk/server/HTML/EN/settings/networking.html Tue Nov  7 19:57:34 2006
@@ -21,7 +21,7 @@
 		[% warning %]
 	[% END %]
 </div>
-[% path %]
+
 <form method="post" action="/[% path %]">
 
 	<input type=hidden value="[% page %]" name="page">



More information about the checkins mailing list