mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Default value for debug was changed to NO
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2230 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
1c82a8f206
commit
1a84f81fa7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<%--
|
||||
- $$RCSfile$$
|
||||
- $$Revision$$
|
||||
- $$Date$$
|
||||
- $RCSfile$
|
||||
- $Revision$
|
||||
- $Date$
|
||||
-
|
||||
- Copyright (C) 2002-2003 Jive Software. All rights reserved.
|
||||
-
|
||||
|
@ -150,8 +150,8 @@
|
|||
<tr>
|
||||
<td class=text id=black height=16>Debug Connection:</td>
|
||||
<td><select size="1" name="debug">
|
||||
<option <%= ("Yes".equals(debug))?"selected":""%>>Yes</option>
|
||||
<option <%= ("No".equals(debug))?"selected":""%>>No</option>
|
||||
<option <%= ("Yes".equals(debug))?"selected":""%>>Yes</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue