Commit 0e010bcf authored by Markus Bergt's avatar Markus Bergt

testing Userstable

parent 5f67275b
...@@ -8,7 +8,7 @@ $(document).ready(function() { ...@@ -8,7 +8,7 @@ $(document).ready(function() {
function UseData(data){ function UseData(data){
var obj = jQuery.parseJSON(data); var obj = jQuery.parseJSON(data);
alert(obj.newMessages); alert(obj.UsersTable);
} }
$('#showRegBtn').click(function(){ $('#showRegBtn').click(function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment