Skip to content

Commit

Permalink
Merge branch 'bugfix-delete-missed-integrity-key-for-calendly-widget'
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeker committed Apr 5, 2020
2 parents acc9d19 + d9ff1e1 commit 14459fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.12.2

##### Bugfixes
- Bugfix delete integrity hash from calendly script ([#234](https://github.com/Code-Poets/project-liberation/pull/234))


### v1.12.1

##### Bugfixes
Expand Down
5 changes: 1 addition & 4 deletions company_website/templates/main_page_partials/scripts.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
:integrity => "sha384-l/y5WJTphApmSlx76Ev6k4G3zxu/+19CVvn9OTKI7gs4Yu5Hm8mjpdtdr5oyhnNo",
:crossorigin => "anonymous"}

%script{:type => "text/javascript",
:src => "https://calendly.com/assets/external/widget.js",
:integrity => "sha384-RDaQxh/pjslXSsIxgf3OVmR8F08DWDdAwKVfWjuPQv1Yh9LMvwVezNpF+Cxx2bjs",
:crossorigin => "anonymous"}
%script{:type => "text/javascript", :src => "https://calendly.com/assets/external/widget.js"}

0 comments on commit 14459fb

Please sign in to comment.