We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https
1 parent e084d34 commit 491a0f4Copy full SHA for 491a0f4
examples/htmlwidget-iframes-example/autorun.brs
@@ -3,7 +3,7 @@ Sub main()
3
y = 0
4
width = 1920
5
height = 1080
6
- url = "http://www.brightsign.biz"
+ url = "https://www.brightsign.biz"
7
8
rect = CreateObject("roRectangle", x, y, width, height)
9
0 commit comments