Skip to content

Commit 7ae0978

Browse files
committed
add mass urlparam
1 parent 80e6126 commit 7ae0978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ export function runproteinpaint(arg) {
202202
!window.location.search.includes('mass-session-id') &&
203203
!window.location.search.includes('mass-session-file') &&
204204
!window.location.search.includes('mass-session-url') &&
205-
!window.location.search.includes('massnative')
205+
!window.location.search.includes('massnative') &&
206+
!window.location.search.includes('mass')
206207
) {
207208
// all conditions are false. show header
208209
const _ = await import('./header/AppHeader.ts')

0 commit comments

Comments
 (0)