diff --git a/ftd/js-in-function.ftd b/ftd/js-in-function.ftd index ce7e7d194..2d3a792e8 100644 --- a/ftd/js-in-function.ftd +++ b/ftd/js-in-function.ftd @@ -25,7 +25,7 @@ $on-click$: $call-js-fn(a = FifthTry Alert) \-- void call-js-fn(a): string a: -js: functions.ftd ;; +js: functions.js ;; show_alert(a) ;;