File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1717< script type ="text/javascript " src ="{{site.url}}/js/sidebar.js "> </ script >
1818< script type ="text/javascript " src ="{{site.url}}/js/typed-suffix.js "> </ script >
1919
20- <!-- Page-specific scripts -->
21- < script type ="text/javascript ">
22- if ( "{{page.title}}" === "Events" ) {
23- $ . ajax ( {
24- "async" : true ,
25- "crossDomain" : true ,
26- "url" : "https://9buw6tj3aj.execute-api.eu-west-2.amazonaws.com/CodeWithAPI/" ,
27- "method" : "GET" ,
28- "headers" : {
29- "Content-Type" : "application/json"
30- }
31- } ) . done ( function ( data ) {
32- $ ( "#events-drop-ins" ) . html ( data . dropins ) ;
33- $ ( "#events-huddles" ) . html ( data . huddles ) ;
34- $ ( "#events-workshops" ) . html ( data . workshops ) ;
35- $ ( "#eventBriteWidgets" ) . append ( data . widgets ) ;
36- $ . globalEval ( data . widgets ) ;
37- } ) ;
38- }
39- </ script >
40-
4120< script type ="text/javascript ">
4221 if ( "{{page.title}}" === "Activities" || "{{page.title}}" === "Resources" ) {
4322 allCards = $ ( 'div.align-items-stretch:has(span.badge)' ) ;
You can’t perform that action at this time.
0 commit comments