Skip to content
Snippets Groups Projects
Commit 1c7763eb authored by jkerdreu's avatar jkerdreu
Browse files

Never do that


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2227 b32b6428-25c9-4566-ad07-03861ab6144f
parent 2f01fd85
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
@font-face {
font-family: "Encode Regular";
src: url("/static/fonts/EncodeSans-Regular.ttf") format('truetype');
src: url("/dash/static/fonts/EncodeSans-Regular.ttf") format('truetype');
}
......
apps/dashboard/xaal/dashboard/static/imgs/bg3.jpg

162 KiB | W: | H:

apps/dashboard/xaal/dashboard/static/imgs/bg3.jpg

166 KiB | W: | H:

apps/dashboard/xaal/dashboard/static/imgs/bg3.jpg
apps/dashboard/xaal/dashboard/static/imgs/bg3.jpg
apps/dashboard/xaal/dashboard/static/imgs/bg3.jpg
apps/dashboard/xaal/dashboard/static/imgs/bg3.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -91,7 +91,7 @@ function display_tags() {
//================ SocketIO ================================================
function run_sio() {
sio = io.connect('ws://' + document.domain + ':' + location.port,{transports: ['websocket'],forceNew:true});
sio = io.connect('wss://' + document.domain + ':' + location.port,{transports: ['websocket'],forceNew:true});
sio.on('connect', function() {
evt_bus.trigger('sio-connect');
});
......
......@@ -3,10 +3,10 @@
"name": "xAAL SocketIO DashBoard",
"background_color": "#fff",
"display": "standalone",
"start_url": "/",
"start_url": "../",
"icons": [
{
"src": "/static/imgs/launcher-icon-4x.png",
"src": "./imgs/launcher-icon-4x.png",
"type": "image/png",
"sizes": "192x192"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment