Skip to content

Commit

Permalink
Fix for homebrew not being loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed May 6, 2020
1 parent 8930648 commit 0a7bc25
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 0a7bc25

Please sign in to comment.