Skip to content
Snippets Groups Projects
Commit 40bd1691 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Some cleanup (css, html, js)

parent 067273df
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 3895 deletions
app/static/images/server_activity.png

15.4 KiB

......@@ -71,7 +71,8 @@ class App {
usersPatchHandler(patch) {
let listener;
this.data = jsonpatch.apply_patch(this.data, patch);
this.data = jsonpatch.applyPatch(this.data, patch).newDocument;
//this.data = jsonpatch.apply_patch(this.data, patch);
for (listener of this.eventListeners['users.patch']) {listener(patch);}
}
}
File moved
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment