projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e84a85
)
Changed type of channel-key input field to 'password'
author
Noxx
<noxx@penya.de>
Tue, 14 May 2013 09:54:26 +0000
(11:54 +0200)
committer
Noxx
<noxx@penya.de>
Tue, 14 May 2013 09:54:26 +0000
(11:54 +0200)
client/assets/dev/index.html.tmpl
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/dev/index.html.tmpl
b/client/assets/dev/index.html.tmpl
index 6afde0dae9edf8d0dd951f985327b3360a21757f..a8c7d023860a78a7a23d6f76603ec526610c0c5a 100644
(file)
--- a/
client/assets/dev/index.html.tmpl
+++ b/
client/assets/dev/index.html.tmpl
@@
-127,7
+127,7
@@
\r
<tr class="key">
\r
<td><label for="server_select_channel_key">Key</label></td>
\r
- <td><input type="
text
" class="channel_key" id="server_select_channel_key"></td>
\r
+ <td><input type="
password
" class="channel_key" id="server_select_channel_key"></td>
\r
</tr>
\r
\r
<tr class="start">
\r
@@
-382,4
+382,4
@@
};
\r
</script>
\r
</body>
\r
-</html>
\ No newline at end of file
+</html>
\r