Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
fix: changed functions.ftd to functions.js
Browse files Browse the repository at this point in the history
Changed functions.ftd to functions.js in js-in-functions.ftd (https://fastn.com/js-in-function/)

Signed-off-by: Adarsh Gupta <[email protected]>
  • Loading branch information
apneduniya authored and amitu committed Sep 1, 2023
1 parent 289ea05 commit 3b3a30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftd/js-in-function.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $on-click$: $call-js-fn(a = FifthTry Alert)

\-- void call-js-fn(a):
string a:
js: functions.ftd ;; <hl>
js: functions.js ;; <hl>

show_alert(a) ;; <hl>

Expand Down

0 comments on commit 3b3a30d

Please sign in to comment.