Skip to content

Commit

Permalink
Merge pull request #387 from datdamnzotz/fix-load-homebrew
Browse files Browse the repository at this point in the history
Fix for homebrew not being loaded.
  • Loading branch information
datdamnzotz authored May 6, 2020
2 parents f06a56a + 0a7bc25 commit 463e3b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clj/orcpub/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ html, body, #app {
(include-css "/font-awesome-4.7.0/css/font-awesome.min.css")
(include-css "https://fonts.googleapis.com/css?family=Open+Sans")
[:script
"if(plugins === null || plugins === '{}')
"let plugins = localStorage.getItem ('plugins');
if(plugins === null || plugins === '{}')
{
fetch('https://' + window.location.host + '/homebrew.orcbrew')
.then(resp => resp.text())
Expand Down

0 comments on commit 463e3b9

Please sign in to comment.