Skip to content

Commit

Permalink
Naming fix
Browse files Browse the repository at this point in the history
Signed-off-by: andreasma <maand@gmx.de>
Change-Id: Ic537a624a314e72515e0dec035e6b524a1f4d58f
  • Loading branch information
andreasma committed May 20, 2024
1 parent afe5ee5 commit bc9870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/test/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ data = data.replace(/%SAVED_UI_STATE%/g, 'false');
data = data.replace(/%WASM_ENABLED%/g, 'false');
data = data.replace(/%INDIRECTION_URL%/g, '');

data = data.replace(/%BRANDING_THEME%/g, 'cool_brand');
data = data.replace(/%BRANDING_THEME%/g, 'lool_brand');

window = new JSDOM(data, {
runScripts: 'dangerously',
Expand Down

0 comments on commit bc9870a

Please sign in to comment.