summaryrefslogtreecommitdiff
path: root/js/Misc/PAL_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/PAL_f.js')
-rw-r--r--js/Misc/PAL_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Misc/PAL_f.js b/js/Misc/PAL_f.js
index 605f3afb..768538a7 100644
--- a/js/Misc/PAL_f.js
+++ b/js/Misc/PAL_f.js
@@ -31,4 +31,8 @@ function PAL_f() {
%exit = resume(false)
return new BasicBlock(this.x);
}
+ PAL_f.prototype.get_popup_title = function PAL_f() {
+ var set_param_popup_title = "Set parameters";
+ return set_param_popup_title;
+ }
}