mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
end of day commit
This commit is contained in:
parent
0a3a0e817e
commit
6a4a9bcb32
1 changed files with 3 additions and 2 deletions
|
@ -92,8 +92,8 @@
|
|||
</div>
|
||||
<div class="main">
|
||||
<ul class="tabs">
|
||||
<li tab-id="tab-1" class="current">Everyone (10)</li>
|
||||
<li tab-id="tab-2">Friends (2)</li>
|
||||
<li tab-id="tab-1" class="current">Everyone (0)</li>
|
||||
<li tab-id="tab-2">Friends (0)</li>
|
||||
</ul>
|
||||
<div id="tab-1" class="tab-content current">
|
||||
<ul id="users-list"></ul>
|
||||
|
@ -141,6 +141,7 @@
|
|||
console.log(response);
|
||||
$("#dev-div").append("<p>polling everyone sucess</p>");
|
||||
processData(response.data, "everyone");
|
||||
displayUsers(response.data);
|
||||
}
|
||||
});
|
||||
$.ajax({
|
||||
|
|
Loading…
Reference in a new issue