diff --git a/designsafe/asgi.py b/designsafe/asgi.py index c58af8daa4..4916d71d1b 100644 --- a/designsafe/asgi.py +++ b/designsafe/asgi.py @@ -20,7 +20,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "designsafe.settings") websocket_urlpatterns = [ - re_path(r'ws/websockets/$', DesignsafeWebsocketConsumer.as_asgi()), + re_path(r'ws/websockets/*$', DesignsafeWebsocketConsumer.as_asgi()), ] application = ProtocolTypeRouter( diff --git a/designsafe/static/scripts/data-depot/components/projects/publication-preview/publication-preview-sim.component.html b/designsafe/static/scripts/data-depot/components/projects/publication-preview/publication-preview-sim.component.html index 92e74e9864..c3656a16bd 100644 --- a/designsafe/static/scripts/data-depot/components/projects/publication-preview/publication-preview-sim.component.html +++ b/designsafe/static/scripts/data-depot/components/projects/publication-preview/publication-preview-sim.component.html @@ -58,7 +58,7 @@

>  - + -->
listing="$ctrl.FileListingService.listings.main" on-browse="$ctrl.onBrowse(file)" >  -
--> +