Skip to content
Snippets Groups Projects
Commit acc961d6 authored by DFN2's avatar DFN2
Browse files

change logo

parent b7605a66
No related branches found
No related tags found
1 merge request!1Push to release
.icon-ocs-store {
background-image: url(app-icons/ocs-store.svg);
background-image: url(app-icons/pling-store.svg);
}
......@@ -20,7 +20,6 @@ let ocsManager = null;
let ocsManagerUrl = '';
async function startOcsManager() {
console.log('hi')
return new Promise((resolve) => {
const resolveOcsManagerUrl = (data) => {
const matches = data.toString().match(/Websocket server started at: "(wss?:\/\/.+)"/);
......
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