Skip to content

Commit

Permalink
null
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptdealer committed Jan 19, 2022
1 parent 142ac17 commit a79c63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var app = new ApplicationObject();

window.onload = function() {
console.log("hello guys");
app.send({command: "users"});
app.send({command: "users", data: null});
ReactDOM.render(
React.createElement(Hello, {toWhat: 'мир'}, null),
document.getElementById('appDisplay')
Expand Down

0 comments on commit a79c63e

Please sign in to comment.