Files @ b11cb99ccd57
Branch filter:

Location: libtransport.git/spectrum_manager/src/html/users/list.shtml

Jan Kaluza
Web interface: Fix leaving the room with hash in the name
1
2
3
4
5
6
7
8
9
<!--#include virtual="/header.shtml" -->

<script type="text/javascript">
$(function() {
	show_users();
});
</script>

<!--#include virtual="/footer.shtml" -->