Skip to content

Commit

Permalink
cleanup some http mixed content
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 15, 2021
1 parent 021b935 commit 55c5db8
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ inst/doc
.vscode
**/.DS_Store
inst/vignettes-demos/**/rsconnect
inst/examples/rsconnect
docs
2 changes: 1 addition & 1 deletion R/boxes.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#' style = "circle"
#' ),
#' dropdownMenu = boxDropdown(
#' boxDropdownItem("Link to google", href = "http://www.google.com"),
#' boxDropdownItem("Link to google", href = "https://www.google.com"),
#' boxDropdownItem("item 2", href = "#"),
#' dropdownDivider(),
#' boxDropdownItem("item 3", href = "#", icon = icon("th"))
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/improved-boxes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ articles:
improved-boxes: improved-boxes.html
more-skins: more-skins.html
shinydashboardPlus: shinydashboardPlus.html
last_built: 2021-11-15T08:49Z
last_built: 2021-11-15T10:39Z

2 changes: 1 addition & 1 deletion docs/reference/box.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions docs/reference/renderUser.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions inst/examples/extra_elements/extra_elements_tab.R
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ extra_elements_tab <- tabItem(
attachmentBlock(
image = "https://adminlte.io/themes/AdminLTE/dist/img/photo1.png",
title = "Test",
href = "http://google.com",
href = "https://google.com",
"This is the content"
)
)
Expand All @@ -237,7 +237,7 @@ extra_elements_tab <- tabItem(
'attachmentBlock(
image = "https://adminlte.io/themes/AdminLTE/dist/img/photo1.png",
title = "Test",
href = "http://google.com",
href = "https://google.com",
"This is the content"
)'
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ account: dgranjon
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 985033
bundleId: 2161840
bundleId: 5252825
url: https://dgranjon.shinyapps.io/shinydashboardPlusDemo/
when: 1560876512.0841
when: 1636966527.30013
lastSyncTime: 1636966527.30014
asMultiple: FALSE
asStatic: FALSE
2 changes: 1 addition & 1 deletion inst/vignettes-demos/socialBox/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shinyApp(
attachmentBlock(
image = "https://www.sammobile.com/wp-content/uploads/2017/11/Camel.png",
title = "Test",
href = "http://google.com",
href = "https://google.com",
"This is the content"
)
),
Expand Down
2 changes: 1 addition & 1 deletion man/box.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
11 changes: 8 additions & 3 deletions man/renderUser.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/shinydashboardPlus.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/improved-boxes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ shinyApp(
attachmentBlock(
image = "https://www.sammobile.com/wp-content/uploads/2017/11/Camel.png",
title = "Test",
href = "http://google.com",
href = "https://google.com",
"This is the content"
)
),
Expand Down

0 comments on commit 55c5db8

Please sign in to comment.