summaryrefslogtreecommitdiff
path: root/js/Sinks/AFFICH_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/AFFICH_m.js')
-rw-r--r--js/Sinks/AFFICH_m.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sinks/AFFICH_m.js b/js/Sinks/AFFICH_m.js
index 54e87f82..ee4bb00c 100644
--- a/js/Sinks/AFFICH_m.js
+++ b/js/Sinks/AFFICH_m.js
@@ -99,4 +99,8 @@ function AFFICH_m() {
}
return new AfficheBlock(this.x);
}
+ AFFICH_m.prototype.get_popup_title = function AFFICH_m() {
+ var set_param_popup_title = "Set parameters";
+ return set_param_popup_title;
+ }
}