Skip to content
Snippets Groups Projects
Commit c2eb2d47 authored by Nils G.'s avatar Nils G.
Browse files

Probably fixed #24 by doing an actual site reload instead of content_reload...

Probably fixed #24 by doing an actual site reload instead of content_reload when receiving 'reload' with websocket
parent 2764b285
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
}
break;
case "reload":
content_reload();
location.reload();
break;
default:
set_error("{{=T('Invalid WebSocket data received')}}: '" + type + "'");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment