Skip to content

Commit 34fc72a

Browse files
committed
fix(examples): add missing webui.js script to browser_profiles
- include webui.js in index.html to enable proper functionality - ensure browser_profiles example loads required scripts
1 parent 86047f1 commit 34fc72a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/browser_profiles/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Browser Profiles Example</title>
5+
<script src="/webui.js"></script>
56
<style>
67
body {
78
font-family: Arial, sans-serif;

0 commit comments

Comments
 (0)